Paper2video: Automatic video generation from scientific papers

arxiv.org

84 points by jinqueeny a day ago


hirenj - 14 hours ago

This is great - now I can get the authentic conference experience of a disengaged speaker reading out the slides in a monotone, without all the hassle of international travel and scheduling.

In all seriousness, there could be more utility in this if it helped explain the figures. I jumped ahead to one of the figures in the example video, and no real attention was given to it. In my experience, this is really where presentations live and die, in the clear presentation of datapoints, adding sufficient detail that you bring people along.

fsh - 15 hours ago

The samples from the authors' GitHub are just some text vomited onto slides, and the AI voice reading them point by point. Exactly the opposite of a good presentation.

rhl314 - 9 hours ago

Shameless plug: I have been working on a tool that lets you create whiteboard explainers.

It also works with research papers.

Here is an explainer of the famous Attention is all you need paper https://www.youtube.com/watch?v=7x_jIK3kqfA

(You can try it here https://magnetron.ai)

ninesnines - 16 hours ago

Ah I guess if you’re very bad at presentations, then this could be beneficial. However, scientific presentations are meant to be communicating science and making things stick to your audience (no matter if it’s scientists or children you’re presenting to). This does not fix that problem at all. For anyone thinking of using this: please watch: https://m.youtube.com/watch?v=Unzc731iCUY and maybe a talk from Jane Goodall on how to engagingly show your science. I would hate to see a lot of conference presentations be made with this generator.

Another thing that improved my personal presentation skills was noting down why I liked a presentation or why I didn’t - what specific things a person did to make it engaging. Just paying attention to that improved my presentation skills enormously

ks2048 - 7 hours ago

While the TTS sounds very good, it is interesting how some subtle prosody issues make it sound very unnatural.

example: Geoff Hinton saying "Forward-forward Algorithm" with a long pause after the first "forward".

(first few seconds in the first demo on https://showlab.github.io/Paper2Video/)

sebastiennight - 16 hours ago

Very interesting project, and I found two things particularly smart and well executed in the demo:

1. Using a "painter commenter" feedback loop to make sure the slides are correctly laid out with no overflowing or overlapping elements.

2. Having the audio/subtitles not read word-for-word the detailed contents that are added to the slides, but instead rewording that content to flow more naturally and be closer to how a human presenter would cover the slide.

A couple of things might possibly be improved in the prompts for the reasoning features, eg. in `answer_question_from_image.yaml`:

  1. Study the poster image along with the "questions" provided.
  2. For each question:
     • Decide if the poster clearly supports one of the four options (A, B, C, or D). If so, pick that answer.
     • Otherwise, if the poster does not have adequate information, use "NA" for the answer.
  3. Provide a brief reference indicating where in the poster you found the answer. If no reference is available (i.e., your answer is "NA"), use "NA" for the reference too.
  4. Format your output strictly as a JSON object with this pattern:
     {
       "Question 1": {
         "answer": "X",
         "reference": "some reference or 'NA'"
       },
       "Question 2": {
         "answer": "X",
         "reference": "some reference or 'NA'"
       },
       ...
     }

I'd assume you would likely get better results by asking for the reference first, and then the answer, otherwise you probably have quite a number of answers where the model just "knows" the answer and takes from its own training rather than from the image, which would bias the benchmark.
tummler - 8 hours ago

At last, they've come for Two Minute Papers.

ks2048 - 21 hours ago

Project page (links to both github and arxiv): https://showlab.github.io/Paper2Video/

anothernewdude - 17 hours ago

This is the opposite of what I want. I'd rather turn videos into articles.

tobwen - 14 hours ago

Hrhr, I'd love to have automatic CODE generation from Scientic Papers :D

progbits - 13 hours ago

Damn, they automated Károly Zsolnai-Fehér