TRECVID Story Segmentation based on Content-Independent Audio-Video - - PowerPoint PPT Presentation

trecvid story segmentation based on content independent
SMART_READER_LITE
LIVE PREVIEW

TRECVID Story Segmentation based on Content-Independent Audio-Video - - PowerPoint PPT Presentation

2004 TRECVID Workshop TRECVID Story Segmentation based on Content-Independent Audio-Video Features Keiichiro Hoashi, Masaru Sugano, Masaki Naito, Kazunori Matsumoto, Fumiaki Sugaya, Yasuyuki Nakajima KDDI R&D Laboratories, Inc. KDDI


slide-1
SLIDE 1

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

1

2004 TRECVID Workshop

TRECVID Story Segmentation based on Content-Independent Audio-Video Features

Keiichiro Hoashi, Masaru Sugano, Masaki Naito, Kazunori Matsumoto, Fumiaki Sugaya, Yasuyuki Nakajima

KDDI R&D Laboratories, Inc.

slide-2
SLIDE 2

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

2

Outline

Introduction System description

Baseline story segmentation method

SVM-based segmentation w/ low-level features

System components:

Section-specific segmentation Anchor shot segmentation Post-filtering

Experiment results Conclusion

slide-3
SLIDE 3

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

3

Introduction

Motivation

Development of a generic story segmentation algorithm applicable to non-news video contents

Requirements

Utilize only low-level audio-video features which can be extracted from any video data

Restricted use of news-specific features (e.g., anchor shots) Restricted use of text information (e.g., ASR results)

Main focus: Story segmentation based on “Audio+Video” experiment condition

slide-4
SLIDE 4

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

4

Introduction (cont’d)

However, content-specific features are necessary to achieve accurate segmentation

Content-specific components developed to complement weak points of baseline method

Highly accurate story segmentation achieved!

slide-5
SLIDE 5

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

5

Overview: Experiment results

0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 kddi_ss_all1_pfil kddi_ss_all1nsp07_pfil kddi_ss_all1 kddi_ss_c+k1 kddi_ss_all2_pfil kddi_ss_all2nsp07_pfil kddi_ss_base A-1 A-2 B-1 B-2 B-3 C-1 C-2 C-3 D-1 D-2 E-1

Recall Precision F-Measure

Figure 1. Recall, precision and F-measure of all “Audio+Video” TRECVID submissions

Outperformed all non-KDDI runs!

slide-6
SLIDE 6

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

6

System Description

slide-7
SLIDE 7

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

7

System outline

Filter candidates w/o silent segments and anchor shots

Post-filter

story boundary addition anchor shot segmentation based on “silence”

Anchor shot segmentation

anchor shot extraction shot segmentation feature extraction SVM-based story segmentation

Baseline

Input video section extraction section-specialized SVM

Section-specialized segmentation

slide-8
SLIDE 8

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

8

“Baseline” component

Filter candidates w/o silent segments and anchor shots

Post-filter

story boundary addition anchor shot segmentation based on “silence”

Anchor shot segmentation

anchor shot extraction shot segmentation feature extraction SVM-based story segmentation

Baseline

Input video section extraction section-specialized SVM

Section-specialized segmentation

slide-9
SLIDE 9

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

9

Baseline story segmentation

Procedures:

Shot segmentation

Merged TRECVID common shot boundaries with shot segmentation results

  • f IBM VideoAnnEx tool

Applied “curtain-type” wipe detection method

Feature extraction

Extracts low-level audio-video features from each shot, and generates “shot vectors”

SVM-based story segmentation

Discriminates shots which contain story boundaries

shot segmentation feature extraction SVM-based story segmentation Input video

slide-10
SLIDE 10

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

10

Extracted audio-video features

Audio

Average RMS Avg RMS of first n frames Frequency of audio class (silence, speech, music, noise)

Details in Reference [4]

Motion

Horizontal motion Vertical motion Total motion Motion intensity

Color

Color layout of first, middle, and last frame (6*Y, 3*Cb,

3*Cr)

Color layout distance between first, middle and last frames

Temporal

Shot duration Shot density

Total number of elements: 51 51-dimensional “shot vector”

slide-11
SLIDE 11

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

11

SVM-based story segmentation

Apply SVM to discriminate shots w/ story boundary Training phase

Shots which contain story boundary ⇒ Positive All other shots ⇒ Negative

Evaluation phase

Extract N shots based on distance from SVM hyperplane

N = Average number of stories in ABC, CNN (Baseline) N = Average number of stories x 1.5 (Extended baseline)

Set story boundary at beginning of each extracted shot

t

Story boundary Story boundary Story boundary

slide-12
SLIDE 12

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

12

Problems of baseline method

Although baseline results were satisfactory, several weak points were observed…

Poor recall in various “sections”

e.g., Top Stories, Headline Sports of CNN Cause: Different characteristics compared to general content

No anchor shots, background music, etc.

SVM unable to adapt to various features

Impossible to detect multiple story boundaries that

  • ccur within a single shot

Baseline can only set one story boundary per shot

slide-13
SLIDE 13

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

13

Additional system components

Section-specialized segmentation

Objective:

Improvement of recall in specific sections which have different characteristics

Anchor shot segmentation

Objective:

Detection of multiple story boundaries which occur within a single shot

Post-filter

Objective:

Improvement of precision

slide-14
SLIDE 14

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

14

Component 1: Section-specialized segmentation

Filter candidates w/o silent segments and anchor shots

Post-filter

story boundary addition anchor shot segmentation based on “silence”

Anchor shot segmentation

anchor shot extraction shot segmentation feature extraction SVM-based story segmentation

Baseline

Input video section extraction section-specialized SVM

Section-specialized segmentation

slide-15
SLIDE 15

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

15

Section-specialized segmentation

General approach:

Construct SVM specialized for story segmentation within specified sections

Procedures:

Section extraction

Extraction based on “jingles”, i.e., audio- video sequences which initiate sections

Section-specialized SVM

Construct SVM specialized to conduct story segmentation on extracted sections

section extraction section-specialized SVM

slide-16
SLIDE 16

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

16

t

Section extraction

Top Stories Headline Sports

Automatic detection of “jingles” based on reference audio signals

Based on “Time-series active search” algorithm [Kashino]

Extract sections based on position of extracted jingles

Start: Top Stories Start: Dollars and Sense End: Headline Sports Start: Headline Sports

Apply section-specialized SVM to set story boundaries within each extracted section

slide-17
SLIDE 17

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

17

Component 2: Anchor shot segmentation

Filter candidates w/o silent segments and anchor shots

Post-filter

story boundary addition anchor shot segmentation based on “silence”

Anchor shot segmentation

anchor shot extraction shot segmentation feature extraction SVM-based story segmentation

Baseline

Input video section extraction section-specialized SVM

Section-specialized segmentation

slide-18
SLIDE 18

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

18

Anchor shot segmentation

General approach:

Extract shots which are expected to contain multiple stories (anchor shots), and insert additional boundaries

Procedures:

Anchor shot extraction

Construct SVM to discriminate anchor shots based

  • n audio-video features

Extraction of “silent sections”

Two methods:

  • Audio classification results
  • HMM-based non-speech detector

Story boundary addition

Insert story boundaries at detected silence sections

story boundary addition anchor shot segmentation based on “silence” anchor shot extraction

slide-19
SLIDE 19

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

19

Component 3: Post-filter

Filter candidates w/o silent segments and anchor shots

Post-filter

story boundary addition anchor shot segmentation based on “silence”

Anchor shot segmentation

anchor shot extraction shot segmentation feature extraction SVM-based story segmentation

Baseline

Input video section extraction section-specialized SVM

Section-specialized segmentation

slide-20
SLIDE 20

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

20

Post-filter

Objective:

Improvement of story segmentation precision

Objective of previous components is improvement

  • f recall

Procedure:

Omission of questionable story boundary candidates based on:

Silence section extraction

  • Hypothesis: Story transitions are accompanied with

significant pause = silence

Anchor shot detection

  • Hypothesis: Story boundaries accompanied with

non-anchor shots are probably mistaken

Utilizes features used in in previous components

Filter candidates w/o silent segments and anchor shots

slide-21
SLIDE 21

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

21

Experiment Results

slide-22
SLIDE 22

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

22

Description of KDDI Audio+Video runs

Audio Class Audio Class Base kddi_ss_all1_pfil Audio Class Base kddi_ss_all1 Base kddi_ss_c+k1 Base kddi_ss_base1 HMM HMM Ext kddi_ss_all2nsp07_pfil HMM HMM Base kddi_ss_all1nsp07_pfil Audio Class Audio Class Ext kddi_ss_all2_pfil Post-filter Anchor SS SS-S Baseline Run ID

Table 1. Summary of KDDI “Audio+Video” story segmentation runs

slide-23
SLIDE 23

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

23

Evaluation results

0.681 0.630 0.741 kddi_ss_all1 0.670 0.637 0.707 kddi_ss_c+k1 0.631 0.622 0.640 kddi_ss_base1 0.634 0.531 0.786 kddi_ss_all2nsp07_pfil 0.687 0.642 0.738 kddi_ss_all1nsp07_pfil 0.648 0.567 0.756 kddi_ss_all2_pfil 0.692 0.675 0.710 kddi_ss_all1_pfil F-measure Precision Recall Run ID

Table 2. Results of KDDI “Audio+Video” story segmentation runs

slide-24
SLIDE 24

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

24

Contribution of each system component

Section-specialized segmentation (SS-S)

Baseline → Baseline + SS-S

Recall: +0.123 (0.605 → 0.728) Precision: +0.026 (0.596 → 0.625)

Comparison based only on CNN data

Specific sections could not be defined for ABC…

Anchor shot segmentation (ASS)

Baseline + SS-S → Baseline + SS-S + ASS:

Recall: +0.034 (0.707 → 0.741) Precision: -0.007 (0.637 → 0.630)

Post-filter (PF)

Baseline + SS-S + ASS → Base + SS-S + ASS +PF

Recall: -0.031 (0.741 → 0.710) Precision: +0.045 (0.630 → 0.675)

slide-25
SLIDE 25

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

25

Summary of system component contributions

Section-specialized segmentation

Highly effective (if sections are definable and extractable)

Anchor shot segmentation

Effective for recall improvement Decrease of precision was not as significant as predicted

Post-filter

Precision improved, recall decreased Overall improvement (F-measure) was minimal

slide-26
SLIDE 26

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

26

Conclusion

Proposed SVM-based story segmentation method based on low-level audio-video features

Applicable to video of any domain Significantly efficient compared to conventional methods which utilize sophisticated feature extraction Achieves highly accurate story segmentation!

Various content-specific components also effective

Generality of audio-video features enabled easy implementation of system components

slide-27
SLIDE 27

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

27

Future work

Segmentation on video w/ insufficient training

Recall was poor on video files recorded in environment that did not appear in development data

Automatic extraction of reference signals for jingle detection

Enables application of section-specialized segmentation for various news programs

Normal studio setting (Recall: approx. 80%) 19981216~18_ABCa.mpg (Recall: 13~36%)

slide-28
SLIDE 28

KDDI R&D Laboratories, Inc. TRECVID 2004 Presentation Slides (Nov 15, 2004)

28

Thanks ☺