【论文写作】How to write a good paper?
创始人
2025-06-01 20:36:39
0

The ppt are from Doctor. Liao yiyi

Idea - What makes a good paper?

  • Surprising conclusions/ inspiring ideas 【Occupancy Networks, CVPR 2019】
  • Solving a challenging task 【Neural Recon in the wild, SIGGRAPH】

Novelty

  • Novel task 【Polymorphics-GAN, CVPR 2022】
  • Novel pipeine 【Deep marching cubes, CVPR 2018】
  • Novel module 【ConvONet, ECCV 2020, spotlight】
  • Novel loss 【mipNeRF 360, CVPR 2022, oral】【LipMLP, SIGGRAPH2022】

Full paper

goog paper

The heatmap generated by class activation mapping [24] highlights regions specific to good papers, e.g., teaser figures in the first page for illustrating the main ideas, tables/plots showing a sense of thoroughness in experimental validation, impressive math equations, and arrays of colorful images for qualitative results from benchmark datasets.
在这里插入图片描述

bad paper

(Top) Failing to fll the paper into a full eight-page paper is a discriminativevisual cue for bad paner(Bottom) The generated heatmaps focus on the top-right corner of the first page. This suggests that the absenceof illustrative figures in the first two pages may cause the paper more difficult to understand.
在这里插入图片描述

Teaser

在这里插入图片描述

Result

在这里插入图片描述

Key idea

在这里插入图片描述

Comparision

在这里插入图片描述

Introduction

在这里插入图片描述

Treat readers as guests visiting your house

在这里插入图片描述

Related work

在这里插入图片描述
在这里插入图片描述

Method

overview figure

  • Include full architecture, loss functions, training + inference, (forward +
    backward)
  • Use math symbols + text, coherent with equations in the main paper
  • Detailed caption. Readers should be able to understand the method after reading the figure + caption
    在这里插入图片描述
    在这里插入图片描述

content

  • Pyramid Sructure
  • Start the section with an overview of the method
  • Start every paragraph with the key message(中心句放最最前面)
  • Same text cannot be repeated, but the same message can be repeated with different representations (such as equation, figure)
  • Implementation Details (mentioning important ones, more detailed
    information can be provided in supplementary)

Experiments

  • All claims should be supported
  • Always ask yourself whether a claim needs an experiment for support or not when writing introduction
  • content
    • 4.0
      - Datasets
      - Baseline
      -
    • 4.1 comparision to SOAT
    • 4.2 ablation study
  • Have a toy example to explain the method if possible
  • Ablation study, show quantity and quality results
  • Mention key messages in the figure/table caption
  • Write a python scripts for generating tables and figures. Do it early
  • Analyze the results! Why is your method better? why dose the baseline fail?\
  • 每个表格表达一条信息
    在这里插入图片描述

Supplementary

  • Most accepted papers come with supplementary materials
  • PDF, video (<3min), or both
  • Referring to supp. mat. in the main paper

Before submission

  • Read the paper multiple times before submission!
  • Proof-reading by colleagues
  • A good paper: whenever a question can be raised, the answer is provided in a few sentences
  • Use the same terminology for the same concept
  • Think from the perspective of the reviewers
  • Check paper for standard errors:
    • incorrect mathematics/reasoning/experiment: is this right?
    • omitted material (experiment/context/citations): s stuff missing?
    • done before: if so, by whom? why is this not different?
    • not worth doing: why?

language

English writing courses
Chinese-english-problem

在这里插入图片描述

Tools

  • Inkscape
  • Textext, insert formula
  • Blender
    • blendviz
  • Language
    • Chat-GPT
    • Grammarly
    • Wordtune
  • Latex
    • shortcuts.tex (下载arxiv的源文件)
    • bibliography.tex
    • bibliography_long.tex
    • https://www.tablesgenerator.com/

相关内容

热门资讯

linux入门---制作进度条 了解缓冲区 我们首先来看看下面的操作: 我们首先创建了一个文件并在这个文件里面添加了...
C++ 机房预约系统(六):学... 8、 学生模块 8.1 学生子菜单、登录和注销 实现步骤: 在Student.cpp的...
JAVA多线程知识整理 Java多线程基础 线程的创建和启动 继承Thread类来创建并启动 自定义Thread类的子类&#...
【洛谷 P1090】[NOIP... [NOIP2004 提高组] 合并果子 / [USACO06NOV] Fence Repair G ...
国民技术LPUART介绍 低功耗通用异步接收器(LPUART) 简介 低功耗通用异步收发器...
城乡供水一体化平台-助力乡村振... 城乡供水一体化管理系统建设方案 城乡供水一体化管理系统是运用云计算、大数据等信息化手段࿰...
程序的循环结构和random库...   第三个参数就是步长     引入文件时记得指明字符格式,否则读入不了 ...
中国版ChatGPT在哪些方面... 目录 一、中国巨大的市场需求 二、中国企业加速创新 三、中国的人工智能发展 四、企业愿景的推进 五、...
报名开启 | 共赴一场 Flu... 2023 年 1 月 25 日,Flutter Forward 大会在肯尼亚首都内罗毕...
汇编00-MASM 和 Vis... Qt源码解析 索引 汇编逆向--- MASM 和 Visual Studio入门 前提知识ÿ...
【简陋Web应用3】实现人脸比... 文章目录🍉 前情提要🌷 效果演示🥝 实现过程1. u...
前缀和与对数器与二分法 1. 前缀和 假设有一个数组,我们想大量频繁的去访问L到R这个区间的和,...
windows安装JDK步骤 一、 下载JDK安装包 下载地址:https://www.oracle.com/jav...
分治法实现合并排序(归并排序)... 🎊【数据结构与算法】专题正在持续更新中,各种数据结构的创建原理与运用✨...
在linux上安装配置node... 目录前言1,关于nodejs2,配置环境变量3,总结 前言...
Linux学习之端口、网络协议... 端口:设备与外界通讯交流的出口 网络协议:   网络协议是指计算机通信网...
Linux内核进程管理并发同步... 并发同步并发 是指在某一时间段内能够处理多个任务的能力,而 并行 是指同一时间能够处理...
opencv学习-HOG LO... 目录1. HOG(Histogram of Oriented Gradients,方向梯度直方图)1...
EEG微状态的功能意义 导读大脑的瞬时全局功能状态反映在其电场结构上。聚类分析方法一致地提取了四种头表面脑电场结构ÿ...
【Unity 手写PBR】Bu... 写在前面 前期积累: GAMES101作业7提高-实现微表面模型你需要了解的知识 【技...