File size: 1,367 Bytes
262d474
3fcc7ef
262d474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a4b54c3
 
262d474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fcc7ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: apache-2.0
language:
- en
metrics:
- f1
- recall
- precision
tags:
- audio-visual
- gaze-anticipation
- egocentric-vision
---

# Listen to Look into the Future: Audio-Visual Egocentric Gaze Anticipation

### ECCV 2024

[Project Page](https://bolinlai.github.io/CSTS-EgoGazeAnticipation/) | [Paper](https://arxiv.org/pdf/2305.03907.pdf) | [Code](https://github.com/BolinLai/CSTS)

[Bolin Lai](https://bolinlai.github.io/), [Fiona Ryan](https://fkryan.github.io/), [Wenqi Jia](https://vjwq.github.io/), [Miao Liu*](https://aptx4869lm.github.io/), [James M. Rehg*](https://rehg.org/)

<img src='https://bolinlai.github.io/CSTS-EgoGazeAnticipation/figures/teaser.png'/>

This repo is the model weights for our paper "Listen to Look into the Future: Audio-Visual Egocentric Gaze Anticipation".

Please refer to the code on [github](https://github.com/BolinLai/CSTS) for detailed instructions on how to use it.

If you find our work useful for your work, please cite using this BibTeX.

```BibTex
@inproceedings{lai2024listen,
        title={Listen to look into the future: Audio-visual egocentric gaze anticipation},
        author={Lai, Bolin and Ryan, Fiona and Jia, Wenqi and Liu, Miao and Rehg, James M},
        booktitle={European Conference on Computer Vision},
        pages={192--210},
        year={2024},
        organization={Springer}
      }
```