31
How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Embed Size (px)

Citation preview

Page 1: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

How to make a SIGGRAPH paper while having all the fun

Li-Yi WeiSIGGRAPH Asia 2014

Page 3: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

How to have fun

Page 4: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Do what you love

Then there can be no pain!

Life is too short

Page 5: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Be the best

Action

Outcome

Ask an ugly person outSubmit to XXXX

Ask a beautiful person outSubmit to SIGGRAPH

Accepted/Succeeded Rejected/Failed

Page 6: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

How to make a SIGGRAPH paperwhile having all the fun

Page 7: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Not that hard

I am not very smart; I can do it, so can you.

Page 8: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

How to make a SIGGRAPH paper

Make paperHave ideas

Page 9: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

How to produce ideas

Long story ……………………………………………………………………………………………………………………………………………………Avoid long office hours

I got ideas while doing other (fun) stuff

Hang around creative peopleFun, and productive

Page 10: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

How to make the rest of the paper

Submission = paper + videoWYSIWYG - work directly on these

Manage paper via draftsManage video via slides

Page 11: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Paper drafts

Page 12: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

We see only published papers

Page 13: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

But not internal progress

[colored texts are comments]

Page 14: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

And discussions

[a few hundred pages like these]

Page 15: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Begin title + abstract with faintest idea

Introduction for basic storyIterate everything

that you see in published papersthat you do not see

Just write whatever

Page 16: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

[about a month before deadline]

empty figure frames

Update the draft with progress

manual sketch

discussions

Page 17: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Visualize where you are

[about a week before deadline]

Page 18: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Why paper drafts

Repository for progressClear visibility with low ambiguity

External RAM to increase working memoryRecall what you have done after a beer night

Communication mediumSubstitute emails and meetings

Page 19: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Revision control everything

SVN or GIT for sourceShare with collaboratorsRevert mistakes; better safe than sorry

Cloud drive for large/binary dataExperimental resultsAnything not for the final paper

Did this to my Makefilearound sig01 deadline:

clean:rm –r –f *.c

Page 20: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Automate everything

One command to compile and runExecutables, results, papers, etc.Minimize manual repetition

Long hours often caused by inefficiency

Page 21: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Use Latex, not MS Word

Easier for concurrent edit and revision controlManage multiple versions from the same source

Comments show up only in draft, not final version

Page 22: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Code

Means but not end for the productResearch much more than “finish code”

Page 23: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Video slides

Page 24: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Why make a video

Mandatory for animation/interaction projectsEasier to watch a video than to read a paper

5 min versus hoursPeople (e.g. reviewers) are busy

Help thinking and paper writingBase for conference talk

Page 25: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Steps

ScriptStoryboardDetailed segments + effectsExpansion for conference talk

Page 26: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Script

Express story in text + drawingDo not commit to particular media yet

Page 27: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Storyboard

Convert script into slides, e.g.

Page 28: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Detailed segments + effects

Iterative process like paper writing

Page 29: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Why slides

Slides better than timeline editingNarration vs. animation

Automate transition & animationSave slides into video

Page 30: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Expand slides for conference talk

Video slides can be a good start for talk slidesSave a lot of redundant work

Just add more informationAlgorithms, previous works, etc.

Manual control transition + effects

Page 31: How to make a SIGGRAPH paper while having all the fun Li-Yi Wei SIGGRAPH Asia 2014

Finblog.liyiwei.org