Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuacheng authored Dec 4, 2021
1 parent e6f9873 commit 9bdf488
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ features. We define two tasks, which are to preserve gaze information and to rem
information. The two tasks are not cooperative but adversarial to purify feature. Simultaneously optimizing the two tasks, we
implicitly purify the gaze feature without defining gaze-irrelevant feature.

<div align=center> <img src="figures/pipeline.png" alt="performance" width="800" align="bottom" /> </div>
<div align=center> <img src="figures/performance.png" alt="performance" width="800" align="bottom" /> </div>

**Performance:** PureGaze shows best performance among typical gaze estimation methods (w/o adaption), and has competitive result among domain adaption methods. Note that, PureGaze learns one optimal model for four tasks, while domain adaption methods need to learn a total of four models. This is an advantage of PureGaze.

<div align=center> <img src="figures/visual.png" alt="performance" width="800" align="bottom" /> </div>
<div align=center> <img src="figures/visual.png" alt="visualization" width="800" align="bottom" /> </div>

**Feature visualization:** The result clearly explains the purification. Our purified feature contains less gaze-irrelevant feature and naturally improves the cross-domain performance.

## Resource
## Requirement
We build the project with `pytorch1.7.0`.



0 comments on commit 9bdf488

Please sign in to comment.