| | --- |
| | 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} |
| | } |
| | ``` |