论文写作之十个问题

前言

最近进入瓶颈?
改论文,改到有些抑郁了
总是不对,总是被打回
好的写作,让人一看就清楚明白非常重要
郁闷时候看看大佬们怎么说的 沈向洋、华刚:读科研论文的三个层次、四个阶段与十个问题

十问

  1. What is the problem addressed in the paper? 这篇文章究竟讲了什么问题?
    The answer shall address:
    1) what are the input X (e.g., a single RGB image, an image sequence, or an RGBD image) 输入是什么(RGB图像还是图像序列还是RGBD图像,ps:D是图像深度,每个像素的位数,也就是色彩分辨率)
    2) what are the Y (e.g., pose of the human in the image) 输出是什么(图像中人类姿势)
    3) what are the constraints on X and/or Y, if any. X和Y的约束/联系是什么
  2. Is this a new problem? 是一个新的问题嘛?
    If it is a new problem, why does it matter?如果是一个新问题,它的重要性在哪?
    A new, meaningful, and yet challenging research problem needs a keen eye to spot, and if it is big/important enough, it may draw many people to work on it. So in a sense, it is a kind of highest innovation. 发现新的有意义、又挑战性的问题需要一双敏锐的眼睛,重要的问题将吸引更多的科研人去研究,这是一种最大的创新
  3. What is the scientific hypothesis that the paper is trying to verify? 这篇文章致力于证明什么假设?
    Answer to this question is to address what new knowledge is advanced in the paper. A scientific hypothesis sounds like:“If we did abc in our algorithm/dnn architecture, 90% of case we can guarantee results cde.” A contrete example,"In ResNet, if we do the Residue block, we expect to be able to learn much deeper networks, which leads to much higher recognition accuracy."研究是从科学假设开始的,提出假说并通过实验去验证
  4. What are the key related works and who are the key people working on this topic? 与这篇论文十分相关的研究有哪些 ?这一领域的关键人物有那些?
    It is important to indentify the most relavant work that inspired the work in this paper.Grouping them helps with a taxonomy helps you to build a systematic view about the research problem addressed. And finally, please memorize the name of the authors and affiliations of these related works, as they will be key people who will appreciate or criticize this work.了解方向的重要工作,对相关研究分类建立系统认识,记住作者以及他们关系,他们是会欣赏和批判你的工作的人。/对你工作最感兴趣的人
  5. What is the key of the proposed solution in the paper?这篇文章提出的问题解决方案中,核心贡献是什么?
    Please summarize the key differentiation of the paper when compared with
    the previous related works. 简要介绍本文和其他之前文章之间的不同之处
  6. How are the experiments designed? 实验是如何设计的?
    Experiments design is very important. A good experiments design shall validate all claims made in the paper. Indeed, experiments should be designed around this validation. 关键是通过实验来支撑验证每个假说
  7. Waht datasets are build/used for the quantitative evaluation? Is the code open sourced? 实验的数据集是如何构建和使用的,代码是开源的吗?
    Dataset is an important factor in scientific research. And code helps for readers to reproduce the results. 科学研究应当是可量化、可浮现的,读文章的人是否可以接触文中所用数据集?
  8. Is the scientific hypothesis well supported by evidence in the experiments? 实验结果是否有力地支持假设?
    Are the claims in the paper well supported by the experimental result?
  9. What are the contributions of the paper? 这篇文章的贡献是什么?
    Up to this point, it should be clear if the paper made one or some solid contributions, which really refers to what knowledge is advanced. 到第九个问题,如果文中有好的贡献并且先进,这个答案非常清楚
  10. What should/could be done next?下一步可以做什么?
    This shall summarize your understanding of the limitations of the proposed method in the paper. Addressing these limitations are naturally future research, both from the problem definition itself and/or technical improvement. Or it could be linked to some other abstract knowledge in your cognitive model and stimulate new directions to go. This final question is the creativity part. 总结你对于本文提出的方法的局限性的理解,并在未来研究解决这些局限性,或者它可以与当前的认知模型中的其他抽象指示联系起来,并激发性的方法。最后一个问题是创造力。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/647355.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

springboot127基于Springboot技术的实验室管理系统

简介 【毕设源码推荐 javaweb 项目】基于springbootvue 的 适用于计算机类毕业设计,课程设计参考与学习用途。仅供学习参考, 不得用于商业或者非法用途,否则,一切后果请用户自负。 看运行截图看 第五章 第四章 获取资料方式 **项…

vue 跨域XMLHttpRequest

vue 跨域 使用XMLHttpRequest 亲测好使 let urlhttp://127.0.0.1:9000/pssnotifyyb?b1//urlhttps://api.j4u.ink/v1/store/other/proxy/remote/moyu.jsonvar xhrnew XMLHttpRequest()xhr.open(GET,url,true)//第三个参数是是否异步请求,默认true xhr.onreadystatec…

Elasticsearch内核解析 - 数据模型篇

Elasticsearch内核解析 - 数据模型篇 - 知乎 Elasticsearch是一个实时的分布式搜索和分析引擎,它可以帮助我们用很快的速度去处理大规模数据,可以用于全文检索、结构化检索、推荐、分析以及统计聚合等多种场景。 Elasticsearch是一个建立在全文搜索引擎…

SpringBoot增加全局traceId日志追踪

文章目录 实现思路定义过滤器返回参数增加traceIdlogback.xml增加traceId 实现思路 增加Filter处理请求,生成traceId保存到TreadLocal中(slf4j的MDC)增加返回AOP切面,返回数据之前把traceId写到返回实体里日志logback.xml文件配置…

蓝牙 | 软件: Qualcomm BT Audio 问题分析(1)----ACAT Tools安装

大家好! 我是“声波电波还看今朝”成员的一位FAE Devin.wen,欢迎大家关注我们的账号。 今天给大家大概讲解“如何排查Qualcomm BT Audio”的疑难杂症(一)如何安装ACAT Tools。 大家在遇到Audio方面的问题,比如 无声、…

[蓝桥杯]真题讲解:飞机降落(DFS枚举)

[蓝桥杯]真题讲解&#xff1a;飞机降落&#xff08;DFS枚举&#xff09; 一、视频讲解二、暴力代码&#xff08;也是正解代码&#xff09; 一、视频讲解 视频讲解 二、暴力代码&#xff08;也是正解代码&#xff09; //飞机降落&#xff1a; 暴力枚举DFS #include<bits/…

hadoop 问题集

1. org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist yarn中没有aux的信息。在yarn&#xff0d;site.xml中加入&#xff1a; <property> <name>yarn.nodemanager.aux-services</name> …

【python】自动微分的一个例子

一、例子 import torchx torch.arange(4.0) x.requires_grad_(True) y 2 * torch.dot(x, x) print(y) y.backward() x.grad 4 * x print(x.grad) 二、解读 1. import torch 这一行导入了PyTorch库。PyTorch是一个开源的机器学习库&#xff0c;广泛用于计算机视觉和自然语…

DAY10_SpringBoot—SpringMVC重定向和转发RestFul风格JSON格式SSM框架整合

目录 1 SpringMVC1.1 重定向和转发1.1.1 转发1.1.2 重定向1.1.3 转发练习1.1.4 重定向练习1.1.5 重定向/转发特点1.1.6 重定向/转发意义 1.2 RestFul风格1.2.1 RestFul入门案例1.2.2 简化业务调用 1.3 JSON1.3.1 JSON介绍1.3.2 JSON格式1.3.2.1 Object格式1.3.2.2 Array格式1.3…

点灯大师(STM32)

这段代码是用于STM32F10x系列微控制器的C语言程序&#xff0c;目的是初始化GPIOC的Pin 13为输出&#xff0c;并设置其输出高电平。以下是对代码的逐行解释&#xff1a; #include "stm32f10x.h" 这一行引入了STM32F10x设备的头文件&#xff0c;包含了用于STM32F10x系…

Linux 命令 grep 的用法简介

Linux 命令 grep 的用法简介 文章目录 Linux 命令 grep 的用法简介基本语法&#xff1a;常见选项&#xff1a;示例&#xff1a; grep 是一个在 Unix 和类 Unix 系统中常用的文本搜索工具&#xff0c;它用于在文件中查找匹配指定模式的文本行。下面是 grep 命令的一些常见选项和…

一站式VR全景婚礼的优势表现在哪里?

你是否想过&#xff0c;婚礼也可以用一种全新的方式呈现&#xff0c;VR全景婚礼让每位用户沉浸式体验婚礼现场感。现在很多年轻人&#xff0c;都想让自己的婚礼与众不同&#xff0c;而VR全景婚礼也是未来发展的方向之一。 很多婚庆公司开通了VR婚礼这一服务&#xff0c;就是通过…

YOLOv5改进系列(28)——添加DSConv注意力卷积(ICCV 2023|用于管状结构分割的动态蛇形卷积)

【YOLOv5改进系列】前期回顾: YOLOv5改进系列(0)——重要性能指标与训练结果评价及分析 YOLOv5改进系列(1)——添加SE注意力机制

Java学习9--递归+计算阶乘+加减乘除计算器

递归的本质就是自己调用自己。 如果 F(N)F(N-1)*S - - S为辅助参数 - - 并且F(0)是确定的数值 - - 那么如果知道N - 必然可以运用递归算出F(N)比如想要求阶乘&#xff0c;下面这个算法就可以使用&#xff1a; n的阶乘为&#xff1a;n! n*(n-1)!其中0!1 下面用程序来计算5的阶…

网络爬虫基本原理的介绍

网络爬虫是一种计算机程序&#xff0c;它通过网络请求从不同的服务器收集和抓取信息&#xff0c;并存储在本地文件或数据库中。 网络爬虫的基本原理主要包含以下几个部分&#xff1a; 首先&#xff0c;选择爬行目标并获得初始URL&#xff0c;然后下载并解析这个URL&#xff0…

mysql生成最近24小时整点最近30天最近12个月时间临时表

文章目录 生成最近24小时整点生成最近30天生成最近12个月 在统计的时候需要按时间来展示&#xff0c;但是数据的时间不一定是连续的&#xff0c;那就需要在代码里面生成连续的时间&#xff0c;然后按时间匹配到对应的数据&#xff0c;这样比较麻烦&#xff0c;可以在sql中使用连…

统计学-R语言-6.3

文章目录 前言总体方差的区间估计总体方差的区间估计(一个总体方差的估计)总体方差的区间估计(两个总体方差比的估计) 总结 前言 本篇文章是最后一个介绍参数估计的章节。 总体方差的区间估计 研究一个总体时&#xff0c;推断总体方差 使用的统计量为样本方差 。研究两个总体…

antdesignvue中使用VNode写法

1、使用场景 如图&#xff1a;消息提示框中&#xff0c;将数据中的数据单独一行显示 2、代码 let errorList res.result; //后端返回的数据例&#xff1a; ["1. 数据格式不正确","2. 数据已存在"]if(errorList&&errorList.length!0){this.$notif…

MySQL修炼手册13:存储过程初探:提高数据库操作效率

目录 写在开头1 存储过程的基本概念1.1 存储过程与SQL语句的对比1.2 存储过程的创建与调用 2 存储过程中的流程控制2.1 IF语句的使用2.2 循环与分支控制2.2.1 WHILE循环2.2.2 REPEAT循环2.2.3 LOOP循环2.2.4 CASE语句 3 存储过程的应用场景3.1 存储过程在业务逻辑中的应用3.1.1…