-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcfp_copy.html
More file actions
104 lines (98 loc) · 5.98 KB
/
cfp_copy.html
File metadata and controls
104 lines (98 loc) · 5.98 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="./assets/img/favicon.ico" />
<title>Imageomics Workshop @ NeurIPS 2025</title>
<link href="./assets/css/main.css" rel="stylesheet">
</head>
<body>
<!-- ============================= NAVIGATION ============================= -->
<header>
<nav class="navbar">
<span style="font-weight: 700; font-size: 1.25rem; display: flex;">
<a href="./index.html">Imageomics Workshop</a>
</span>
<div>
<a href="./cfp.html">Call For Papers</a>
<a href="https://neurips.cc/virtual/2025/loc/san-diego/workshop/109558">Schedule</a>
</div>
</nav>
</header>
<br>
<br>
<!-- ============================= CFP ============================= -->
<section id="cfp">
<h2>Call For Papers</h2>
<p>
We invite contributions that explore the intersection of ML, CV, and biological sciences.
The workshop aims to bring together researchers from diverse backgrounds to share insights, methodologies, and applications in Imageomics.
We welcome papers on a broad range of topics, including but not limited to:
</p>
<ul>
<li><strong>Foundation and Representation Learning for Biological Vision</strong>: build large-scale models that embed images and biological information (e.g., species names, trait ontologies) into a shared space.</li>
<li><strong>Data Standards, Benchmarks, and Open Resources</strong>: biological datasets that pose challenges to existing machine learning methods; trait-annotated image benchmarks, evaluation leaderboards, etc.</li>
<li><strong>Learning under Scarcity and Long-Tailed Distributions</strong>: few-/zero-shot recognition of rare or newly discovered species; learning for unbalanced classification.</li>
<li><strong>Trustworthy, Explainable, and Uncertainty-Aware Bio-Vision</strong>: saliency maps tied to morphological and functional concepts; calibrated confidence for decision-making.</li>
<li><strong>Object Detection, Tracking, and Fine-grained Classification</strong>: localization and recognition of objects in images and videos.</li>
<li><strong>3D Modeling, Temporal and Behavioral Reasoning from Video</strong>: recognition of behavioral states in long video sequences.</li>
<li><strong>Hierarchy-Aware Learning</strong>: embeddings and objectives that respect hierarchical information, such as evolutionary trees or taxonomic labels.</li>
<li><strong>Multi-sensor Fusion</strong>: Combine the representations of images, sounds, DNA, field notes, etc.</li>
<li><strong>Human-in-the-Loop and Citizen-Science Annotation</strong>: active-learning pipelines for experts and volunteers, balancing annotation cost and data quality.</li>
</ul>
<p>
We also encourage submissions related to broader biological topics, such as
<strong>biomedical</strong>, <strong>evolution</strong>, <strong>conservation</strong>, <strong>taxonomy</strong>, and <strong>biodiversity</strong>.
</p>
</section>
<!-- ============================= DATES ============================= -->
<section id="dates">
<h2>Important Dates</h2>
<ul>
<li><strong>Paper Submission Deadline</strong>: August 29th, 2025. 11:59 PM AOE</li>
<li><strong>Notification of Acceptance</strong>: September 22nd, 2025.</li>
<li><strong>Camera-Ready Submission</strong>: November 5th, 2025</li>
<li><strong>Workshop Date</strong>: December 6th, 2025</li>
</ul>
<br>
<p>
<strong>We strongly recommend following the standard timeline to allow sufficient time for preparation and travel arrangements.</strong>
However, we also understand that some authors may need additional time to finalize their work.
Therefore, we are introducing a second round of submissions for those who wish to submit their work later.
</p>
<br>
<ul>
<li><strong>Second Round Paper Submission Deadline</strong>: September 28th, 2025. 11:59 PM AOE</li>
<li><strong>Second Round Notification of Acceptance</strong>: October 8th, 2025.</li>
</ul>
</section>
<!-- ============================= SUBMISSION ============================= -->
<section id="submission-site">
<h2>Submission Site</h2>
<p><a href="https://openreview.net/group?id=NeurIPS.cc/2025/Workshop/Imageomics" style="text-decoration: underline; font-weight: bold;" target="_blank">OpenReview</a></p>
</section>
<section id="submission">
<h2>Submission Guidelines</h2>
<p>We invite submissions including:</p>
<ul>
<li>Short papers presenting ongoing research or work submitted to other venues (up to <b>5 pages</b>, excluding references)</li>
<li>Full papers that have been published at a peer-reviewed venue after January 1st, 2024 (up to <b>9 pages</b>, excluding references)</li>
</ul>
<br>
<p>All the submissions must be anonymous and follow the <a href="https://media.neurips.cc/Conferences/NeurIPS2025/Styles.zip" style="text-decoration: underline; font-weight: bold;" target="_blank">NeurIPS style</a>.</p>
<p>An appendix (without page limits) is allowed after references and should be submitted in the same file as the main text.</p>
<p>The full paper submissions must not violate any dual-submission or anonymity policies of the accepted venues.</p>
<p>The accepted papers will <b>NOT be archived in NeurIPS proceedings</b>. This allows the authors to extend their work afterward and submit it to other venues.</p>
</section>
<!-- ============================= CONTACT ============================= -->
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:workshop.imageomics@gmail.com">workshop.imageomics@gmail.com</a></p>
</section>
<!-- ============================= FOOTER ============================= -->
<footer>
<small>© Imageomics Workshop · Discovering Biological Knowledge from Images Using AI</small>
</footer>
</body>
</html>