来自维基百科https://www.wikihow.com/Write-an-Abstract

一、摘要写作

1.基本注意事项

  • 先写文章,后写摘要,摘要是一个文章的综述,包括背景,方法,结果,提高部分。
  • 注意要提交到的期刊或者会议有没有对摘要有特殊要求,如风格样式,长度大小等等。
  • 考虑你的读者,作为一个读者首先关心的是这篇文章是不是自己感兴趣的,让读者快速决定是不是他们关心的领域。
  • 摘要写出文章的目标,方法,结果

2.开始写摘要

(1)第一步:明确研究目的

  • 你为什么做这个研究
  • 怎样进行你的研究
  • 你发现了什么
  • 你的研究为什么重要
  • 为什么有人要看整篇文章

(2)解释问题。考虑一下你的文章的解决的特殊问题,你的动机。

  • 你试图更好的理解或研究什么问题
  • 研究范围是什么,通用的问题还是特殊的问题
  • 主要解决的是什么问题

(3)解释方法。给出你的研究的概述,如果是自己的工作写一个叙述。

  • 讨论你研究的价值和方法
  • 描述支撑你自己观点的证据
  • 给出最重要点的概述

(4)给出结果。

  • 从你的研究中得到什么结果
  • 结果是否支持自己的观点或者假设
  • 一般的结果是什么

(5)给出结论

3.格式化摘要

(1)注意写作顺序,Introduction,Body,Conclusion

(2)只提供有用的信息,尽量不要涉及缩写,不要有图表

(3)摘要独立于正文,不要抄写正文内容,或者从其他内容摘抄过来

(4)有的期刊论文需要5-10个关键词用于检索

(5)摘要中要写真实的信息,不要包含正文中没有用到的方法,也不要写别人的idea或者conclusion。

(6)用词不要太特殊,这会使读者搞不懂。

(7)写完检查一遍,不要有语法错误。

(8)让一个完全不了解你这个project的人读一遍,告诉你他没有理解的地方。

4.SLAM领域几篇经典paper摘要分析

  • ORBSLAM2

Abstract—We present ORB-SLAM2 a complete SLAM system for monocular, stereo and RGB-D cameras, including map reuse, loop closing and relocalization capabilities. The system works in real-time on standard CPUs in a wide variety of environments from small hand-held indoors sequences, to drones flying in industrial environments and cars driving around a city. (解决的问题)Our back-end based on bundle adjustment with monocular and stereo observations allows for accurate trajectory estimation with metric scale. Our system includes a lightweight localization mode that leverages visual odometry tracks for unmapped regions and matches to map points that allow for zero-drift localization. (解释方法)The evaluation on 29 popular public sequences shows that our method achieves state-of-the-art accuracy, being in most cases the most accurate SLAM solution. (给出结论)We publish the source code, not only for the benefit of the SLAM community, but with the aim of being an out-of-the-box SLAM solution for researchers in other fields.

  • VINS-MONO

Abstract—One camera and one low-cost inertial measurement unit (IMU) form a monocular visual-inertial system (VINS), which
is the minimum sensor suite (in size, weight, and power) for the metric six degrees-of-freedom (DOF) state estimation.

(写作背景+明确研究目的,背景就是本文要针对六自由度状态估计问题,单目+IMU使用)

In this paper, we present VINS-Mono: a robust and versatile monocular visual-inertial state estimator. (提出主要解决的问题)Our approach starts with a robust procedure for estimator initialization. A tightly coupled, nonlinear optimization-based method is used to obtain highly accurate visual-inertial odometry by fusing preintegrated IMU measurements and feature observations. (概述使用的方法,这也是最重要点的方法)A loop detection module, in combination with our tightly coupled formulation, enables relocalization with minimum computation. We additionally perform 4-DOF pose graph optimization to enforce the global consistency. Furthermore, the proposed system can reuse a map by saving and loading it in an efficient way. The current and previous maps can be merged together by the global pose graph optimization.

(解释研究的问题和方法)

We validate the performance of our system on public datasets and real-world experiments and compare against other state-of-the-art algorithms.(实验结果) We also perform an onboard closed-loop autonomous flight on the microaerial-vehicle platform and port the algorithm to an iOS-based demonstration. We highlight that the proposed work is a reliable, complete, and versatile system that is applicable for different applications that require high accuracy in localization.)(这块SLAM领域基本上都要有的,和其他SORT算法在公开数据集上进行对比) We open source our implementations for both PCs (https://github.com/HKUST-Aerial-Robotics/VINS-Mono) and iOS mobile devices (https://github.com/HKUST-Aerial-Robotics/VINS-Mobile).

(给出结果)

Index Terms—Monocular visual-inertial systems (VINSs), state estimation, sensor fusion, simultaneous localization and mapping.

  • DSO

We propose a novel direct sparse visual odometry formulation. (省略了背景介绍,直接提出介绍本文主旨)It combines a fully direct probabilistic model (minimizing a photometric error) with consistent, joint optimization of all model parameters, including geometry – represented as inverse depth in a reference frame – and camera motion. (介绍主要方法)This is achieved in real time by omitting the smoothness prior used in other direct methods and instead sampling pixels evenly throughout the images. (结果)Since our method does not depend on keypoint detectors or descriptors, it can naturally sample pixels from across all image regions that have intensity gradient, including edges or smooth intensity variations on mostly white walls. The proposed model integrates a full photometric calibration, accounting for exposure time, lens vignetting, and non-linear response functions. (解释方法)We thoroughly evaluate our method on three different datasets comprising several hours of video. The experiments show that the presented approach significantly outperforms state-of-the-art direct and indirect methods in a variety of real-world settings, both in terms of tracking accuracy and robustness.(最后的总结)

  • Probabilistic Data Association for Semantic SLAM

Abstract— Traditional approaches to simultaneous localization and mapping (SLAM) rely on low-level geometric features such as points, lines, and planes. They are unable to assign semantic labels to landmarks observed in the environment.(解决的问题1) Furthermore, loop closure recognition based on low-level features is often viewpoint-dependent and subject to failure in ambiguous or repetitive environments. (问题2)(问题背景,说明为什么研究这个语义SLAM问题)On the other hand, object recognition methods can infer landmark classes and scales, resulting in a small set of easily recognizable landmarks, ideal for view-independent unambiguous loop closure. In a map with several objects of the same class, however, a crucial data association problem exists. While data association and recognition are discrete problems usually solved using discrete inference, classical SLAM is a continuous optimization over metric information.

(到这里都是说背景,为什么开展此项工作,解释一下问题)

In this paper, we formulate an optimization problem over sensor states and semantic landmark positions that integrates metric information, semantic information, and data associations, and decompose it into two interconnected problems: an estimation of discrete data association and landmark class probabilities, and a continuous optimization over the metric states. The estimated landmark and robot poses affect the association and class distributions, which in turn affect the robot-landmark pose optimization. The performance of our algorithm is demonstrated on indoor and outdoor datasets.

5.常用句式

presents/shows/studies/discusses/proposes

The experiments show that the presented approach significantly outperforms state-of-the-art...

论文摘要写作(来自维基百科)相关推荐

  1. 科技论文摘要写作技巧

    科技论文摘要写作技巧 本文在文献[1][2]和论文写作高手经验的基础上总结了几条科技论文摘要的写作技巧,具体如下: 1. 写完全文之后再写摘要! 2. 摘要不应仅仅是文章主题的复述 [1]. 3. 在 ...

  2. 学术论文摘要写作技巧:

    摘要也就是内容提要,是建立在对论文进行总结的基础之上,用简单.明确.易懂.精辟的语言对全文内容加以概括,留主干去枝叶,提取论文的主要信息. 值得大家注意的是,现在很多论文初稿完成的同学都加入提前进行论 ...

  3. truetype 字体的历史 来自维基百科

    ���¼���ԭʼ��ҳ��ӡ TrueType - 维基百科,自由的百科全书 TrueType是由美国苹果公司和微软公司共同开发的一种电脑轮廓字体类型标准.这种类型字体文件的扩展名是.ttf,类型代 ...

  4. 实时流协议(RTSP) 来自 维基百科

    https://zh.wikipedia.org/wiki/%E5%8D%B3%E6%99%82%E4%B8%B2%E6%B5%81%E5%8D%94%E5%AE%9A 目录 协议指令 OPTIONS ...

  5. CIE 1931 颜色空间(来自维基百科)

    原文地址:https://en.wikipedia.org/wiki/CIE_1931_color_space#CIE_xy_chromaticity_diagram_and_the_CIE_xyY_ ...

  6. 世界各国信用评级[来自维基百科]

    标准普尔 标准普尔各国主权债券评级:[1][2] 绿色 - AAA 青绿色 - AA 浅蓝 - A 深蓝 - BBB 紫色 - BB 红 - B 灰 - 未评级 如果一国的级别大于等于BBB-,标普把 ...

  7. 遗传算法介绍三(来自维基百科)

    什么是遗传算法 遗传算法是计算数学中用于解决最优化的搜索算法,是进化算法的一种.进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传.突变.自然选择以及杂交等. 遗传算法通常实现为 ...

  8. 计算机教育内容怎么写,计算机教育论文摘要怎么写 计算机教育论文摘要范文参考...

    [100篇]免费计算机教育论文摘要范文,可用于计算机教育论文摘要写作参考研究,为你的本科论文和硕士论文提供有价值的计算机教育论文摘要范文格式模板参考.[赶快阅读吧!] 第一篇论文摘要:<关于新一 ...

  9. 【NLP】利用维基百科促进自然语言处理

    作者 | Nicola Melluso 编译 | VK 来源 | Towards Data Science 介绍 自然语言处理(NLP)正在兴起.计算语言学和人工智能正在联手促进新的突破. 虽然研究的 ...

最新文章

  1. 1.1.1 概念、组成、功能和分类
  2. 纯真IP地址数据库qqwry.dat解析
  3. html微信窗口阻止滚动条,解决微信浏览器页面可以随意拉伸,导致页面内部滚动条滚动体验不好的问题...
  4. 搭建基于Heartbeat v2+NFS的高可用Web集群
  5. 网站外链查询接近100%精确的方法
  6. python实现定时任务的方式_Python实现定时执行任务的三种方式简单示例
  7. oracle 10g客户端连接11g,生产环境oracle10g升级至11g准备工作
  8. 一个穷人是从什么时候开始有钱的?
  9. mysql添加联合主键
  10. idea2020新建一个jsp页面_有关idea2019版的jsp配置小教程
  11. 使用flags定义命令行参数
  12. 8.运输层(2)---TCP
  13. 「中间件」RocketMQ解决消息顺序和重复性消费问题整理(附测试代码)
  14. STM32学习记录0005——JLINK下载与调试
  15. 君正T31硬件设计手册
  16. STM32 rtc唤醒 低功耗待机模式 避免iwdog看门狗方案
  17. 软件测试工资一般是多少
  18. 【Python turtle】使用turtle实现随机满天星星效果(完整代码+效果图)
  19. 如何获取sha1值和MD5值
  20. 领导给你安排这三个紧急任务(不是器重你而是利用你)

热门文章

  1. 第2节 storm路由器项目开发:1 - 7、网络路由器项目
  2. 冰山一角博客_礼仪的秘密面部识别系统是冰山一角
  3. MFC中的CDC详细教程(2)
  4. [转Iphone]根据经纬度坐标取详细地址(包括国,省,市,街道,号)
  5. java easyui combobox_easyUI combobox使用方法总结
  6. java 判断 小数_java判断是否是小数
  7. 量化投资在中国行得通吗?
  8. 在delphi下生成二维码
  9. android dialog返回键不消失,安卓dialog,屏蔽返回键,亲测可用
  10. 齐头并进,蒸蒸日上 | 四月,菊风更新了这些......