Technical writing and choosing research projects

Slides:



Advertisements
Similar presentations
Heilmeier's catechism To evaluate research activities at Darpa, Heilmeier formulated a set of questions.
Advertisements

1 A scheme for racquet sports video analysis with the combination of audio-visual information Visual Communication and Image Processing 2005 Liyuan Xing,
On the Relationship between Visual Attributes and Convolutional Networks Paper ID - 52.
Motion Graphic Design Week 7. Motion Graphic Design :: Week 7 :: Calendar.
Motion Graphic Design Week 7. Motion Graphic Design :: Week 8 :: Calendar.
Final Exam Review CS485/685 Computer Vision Prof. Bebis.
Writing… and Coding CSE/ISE 300 Spring 2011 Tony Scarlatos.
Project Selection And Needs Identification
Identifying Research Problems Michael D. Ernst IMDEA Software Institute and University of Washington Workshop at UPM.
How to answer the American West exam paper Edexcel.
740: Computer Architecture Project Proposal and Topics Prof. Onur Mutlu Carnegie Mellon University Fall 2013.
Today’s aims Understand what chromatography is. Understand how chromatography used in everyday life 10 December 2013 Today’s Title: Chromatography.
Another Example: Circle Detection
Compiler Design (40-414) Main Text Book:
Writing the College Essay
Communication - Written Presented By An Ordinary Mortal
CS262: Computer Vision Lect 06: Face Detection
ECE 417 Lecture 1: Multimedia Signal Processing
CSC2535: Computation in Neural Networks Lecture 11 Extracting coherent properties by maximizing mutual information across space or time Geoffrey Hinton.
How to Create a PowerPoint Presentation
WP2 – Testing campaign and beyond
Technical Report Writing
World Mental Health Day
Absolute Value Inequalities
Typical Person :^) Fall 2002 CS/PSY 6750.
Session 7: Face Detection (cont.)
Kapi’olani Community College
Object oriented system development life cycle
Strategies and techniques
Essay writing Politics and Society.
Skills and Techniques Information Processing Model/ Model Performers
Networking Technology and Systems
REPEAT Process for Numeracy Goal
Notes for helpers Supporting everyone to tell their story
Memory.
AO3 anxiety – ethical issues
ECE 492 Project Research Proposal
The Dissertation The Introduction.
Academic Communication Lesson 2
Informatics 43 – April 14, 2016.
How can I revise effectively for my exams?
Classification Slides by Greg Grudic, CSCI 3202 Fall 2007
The Teaching of Writing
Building Connections: Community Leadership Program
With specific reference to the proposal submitted for AI
Functions F.IF.1 Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly.
Mastering Interview Questions
Chapter 11 Practical Methodology
Ying Dai Faculty of software and information science,
G322: Key Media Concepts (TV Drama) - Mock Question
Typical Person :^) Fall 2002 CS/PSY 6750.
By the end of this chapter, you should:
Sequential Circuit Analysis
Art and Design National 5
How to study for Technology
A Novel Smoke Detection Method Using Support Vector Machine
Hsien-Chin Lin, Chi-Yu Yang, Hung-Yi Lee, Lin-shan Lee
Review of Previous Lesson
A modest attempt at measuring and communicating about quality
Version Space Machine Learning Fall 2018.
Why now? New requirement for all RACs in the next Request for Applications (RFA) Improve communications among all participants Increased need to identify.
RECAP How can anxiety have a positive effect on accuracy of EWT?
Semantic Segmentation
Persuasive Writing PBA
Tapping Your Knowledge What is your personal definition of art? How did this grow out of your past experiences with art?
Prime Applicant – Project Title
CSCI 360: Software Architecture & Design
Evaluation David Kauchak CS 158 – Fall 2019.
Presentation transcript:

Technical writing and choosing research projects

Writing and speaking Taylor talk / paper to audience Maximize the amount of information conveyed Be as concrete and precise as possible Minimize jargon: aim is to communicate, not to sound eloquent or smart. First drafts always contain frivolous words Way harder to write less and not more.

“Nervous, yes, very, very nervous I am and always was, but why will you say I am mad?”

Heilmeier Catechism What are you trying to do? Articulate your objectives using absolutely no jargon.  What is the problem?  Why is it hard? How is it done today, and what are the limits of current practice? What's new in your approach and why do you think it will be successful? Who cares? If you're successful, what difference will it make?   What impact will success have?  How will it be measured? What are the risks and the payoffs? How much will it cost? How long will it take? What are the midterm and final "exams" to check for success?  How will progress be measured?

The problem statement What are you trying to do? Articulate your objectives using absolutely no jargon.  What is the problem?  Why is it hard? How is it done today, and what are the limits of current practice? What's new in your approach and why do you think it will be successful? Who cares? If you're successful, what difference will it make?   What impact will success have?  How will it be measured? What are the risks and the payoffs? How much will it cost? How long will it take? What are the midterm and final "exams" to check for success?  How will progress be measured?

The problem statement Bad: “I want to do low-shot learning” Good: “I want to learn image classifiers for new categories using very little labeled data” Jargon = You haven’t thought about it enough

The problem statement Problem is separate from approach Bad: “I want to use GANs for object detection.” Good: “I want to improve the ability to detect objects in unusual images.”

The problem statement Problem should be concrete (given time-frame) What are the inputs and outputs? Very bad: “I want to improve computer vision.” Bad: “I want to recognize objects in images”. Good: “Given an image, I want to identify which object categories are present in it.”

The problem statement “Which visual elements of a design increase memory for the design and which increase liking for it? Are these elements the same, or different — and what is the relationship between remembering and liking? ” (Meredith Hu)

The problem statement “Our problem therefore is twofold: We want to be able to identify if an object is passing to the left or the right of our agent. We want to measure the impact of incorporating synthetic data with real world data on accuracy in the domain of this problem. ” (Claire Liang, Abigail Schur)

Related work and your work What are you trying to do? Articulate your objectives using absolutely no jargon.  What is the problem?  Why is it hard? How is it done today, and what are the limits of current practice? What's new in your approach and why do you think it will be successful? Who cares? If you're successful, what difference will it make?   What impact will success have?  How will it be measured? What are the risks and the payoffs? How much will it cost? How long will it take? What are the midterm and final "exams" to check for success?  How will progress be measured?

Related work and your work Related work should not be just a listing of past work Related work should place your work in context of past work Where did prior work fall short? They tackled a different problem: why is your statement more worthwhile? They did not use a particular cue/constraint: why is this cue useful / important? The experiments were lacking: how and what will you do instead? …

Describing your approach Be concrete! Bad: “We use GANs and non-parametric Bayesian models for semantic segmentation”

Describing your approach “F-matrix representation: We can use a normalized 3x3 matrix to represent the F-matrix. It is a rank 2 homogeneous matrix with 7 degrees of freedom. The F-matrix can also be represented by two epipoles and one more element, or it can be represented by a set of keypoint correspondences.” - Guandao Yang, Qiuren Fang, Hanqing Jiang

Evaluation and experimentation What are you trying to do? Articulate your objectives using absolutely no jargon.  What is the problem?  Why is it hard? How is it done today, and what are the limits of current practice? What's new in your approach and why do you think it will be successful? Who cares? If you're successful, what difference will it make?   What impact will success have?  How will it be measured? What are the risks and the payoffs? How much will it cost? How long will it take? What are the midterm and final "exams" to check for success?  How will progress be measured?

Evaluation and experimentation Ideally, falls naturally from concrete problem definition Ideally, should be designed early A bad evaluation protocol does irreparable damage

Evaluation and experimentation Baselines Prior work that tackles the same problem (e.g., previous state-of-the-art) Oracles A version of your approach that has access to some privileged information / extra resources Ablations A version of your approach with some features removed