Skip to content

Commit 889e06b

Browse files
author
Dmitrii Tarasov
committed
add arxiv links and citations
1 parent 947775a commit 889e06b

2 files changed

Lines changed: 48 additions & 9 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
[![](https://img.shields.io/badge/Project_page-blue)](https://fusionbrainlab.github.io/feature_analysis/) [![arXiv](https://img.shields.io/badge/arXiv-2506.07803-b31b1b.svg)](https://arxiv.org/abs/2506.07803) ![GitHub License](https://img.shields.io/github/license/FusionBrainLab/feature_analysis)
3+
4+
# Quick Start
5+
6+
7+
A quick start guide and additional materials are available on our [**project page**](https://fusionbrainlab.github.io/feature_analysis/). To learn more, refer to our [**arXiv preprint**](https://arxiv.org/abs/2506.07803).
8+
9+
---
10+
111
## Installation
212
To set up the environment, navigate to the root directory containing `environment.yml` and run:
313

@@ -128,3 +138,19 @@ Example output:
128138
<figcaption>RGB Channel Swap in Feature Space</figcaption>
129139
</figure>
130140
</div>
141+
142+
143+
## Citation
144+
If you find this work useful, please cite it as follows:
145+
146+
```bibtex
147+
@misc{allakhverdov2025imagereconstructiontoolfeature,
148+
title={Image Reconstruction as a Tool for Feature Analysis},
149+
author={Eduard Allakhverdov and Dmitrii Tarasov and Elizaveta Goncharova and Andrey Kuznetsov},
150+
year={2025},
151+
eprint={2506.07803},
152+
archivePrefix={arXiv},
153+
primaryClass={cs.CV},
154+
url={https://arxiv.org/abs/2506.07803},
155+
}
156+
```

project/index.html

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,23 @@ <h1 class="title is-1 publication-title">Image Reconstruction as a Tool for Feat
8787
</span>
8888

8989
<!-- ArXiv abstract Link -->
90-
<!-- TODO: add arXiv link -->
9190
<span class="link-block">
92-
<a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
91+
<a href="https://arxiv.org/abs/2506.07803" target="_blank"
9392
class="external-link button is-normal is-rounded is-dark">
9493
<span class="icon">
9594
<i class="ai ai-arxiv"></i>
9695
</span>
97-
<span>arXiv</span>
96+
<span>arXiv (abs)</span>
97+
</a>
98+
</span>
99+
100+
<span class="link-block">
101+
<a href="https://arxiv.org/pdf/2506.07803" target="_blank"
102+
class="external-link button is-normal is-rounded is-dark">
103+
<span class="icon">
104+
<i class="ai ai-arxiv"></i>
105+
</span>
106+
<span>arXiv (pdf)</span>
98107
</a>
99108
</span>
100109
</div>
@@ -377,16 +386,20 @@ <h2 class="title is-3 has-text-centered">Conclusion</h2>
377386
</div>
378387
</section>
379388

380-
<!-- TODO: add citation -->
381389
<!--BibTex citation -->
382390
<section class="section" id="BibTeX">
383391
<div class="container is-max-desktop content">
384392
<h2 class="title">BibTeX</h2>
385-
<pre><code>@article{feature_analysis,
386-
title={Image Reconstruction as a Tool for Feature Analysis},
387-
author={Allakhverdov, Eduard and Tarasov, Dmitrii and Goncharova, Elizaveta and Kuznetsov, Andrey},
388-
journal={arXiv preprint},
389-
year={2025}
393+
<pre><code>
394+
@misc{allakhverdov2025imagereconstructiontoolfeature,
395+
title={Image Reconstruction as a Tool for Feature Analysis},
396+
author={Eduard Allakhverdov and Dmitrii Tarasov and Elizaveta Goncharova and Andrey Kuznetsov},
397+
year={2025},
398+
eprint={2506.07803},
399+
archivePrefix={arXiv},
400+
primaryClass={cs.CV},
401+
url={https://arxiv.org/abs/2506.07803},
402+
}
390403
}</code></pre>
391404
</div>
392405
</section>

0 commit comments

Comments
 (0)