generated from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·183 lines (166 loc) · 9.38 KB
/
index.html
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Anthony Reyna</title>
<meta name="author" content="Anthony Reyna">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="theme-switch-wrapper"></div>
<label class="theme-switch" for="theme-toggle-checkbox">
<input type="checkbox" id="theme-toggle-checkbox"/>
<div class="slider round"></div>
</label>
</div>
<script>
document.addEventListener('DOMContentLoaded', () => {
const themeToggleCheckbox = document.getElementById('theme-toggle-checkbox');
const currentTheme = localStorage.getItem('theme') ? localStorage.getItem('theme') : null;
if (currentTheme) {
document.body.setAttribute('data-theme', currentTheme);
if (currentTheme === 'dark') {
themeToggleCheckbox.checked = true;
}
}
themeToggleCheckbox.addEventListener('change', function() {
if (this.checked) {
document.body.setAttribute('data-theme', 'dark');
localStorage.setItem('theme', 'dark');
} else {
document.body.setAttribute('data-theme', 'light');
localStorage.setItem('theme', 'light');
}
});
});
</script>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Anthony Reyna
</p>
<p>I'm an undergraduate and UC LEADS scholar studying Computer Science at the University of California, Santa Cruz.
</p>
<p>
At UC Santa Cruz, I've had the privilege of working with Prof. <a href="https://eric-xw.github.io/">Xin Eric Wang</a> in the UCSC Embodiment, Reasoning, Intelligence, and language Communication (ERIC) Lab. I've also had the privilege of working with Prof. <a href="https://yuyinzhou.github.io/">Yuyin Zhou</a> in the UCSC Vision, Learning, and Assured Autonomy (VLAA) Lab.
</p><p>
Previously, as an intern in the labs of Prof. Dan Klein and Prof. Trevor Darrell, I investigated language grounding within the domain of video understanding, where I continue to receive the invaluable guidance of my mentor <a href="https://rcorona.github.io/">Rudy Corona</a>.
</p>
<p style="text-align:center">
<a href="mailto:[email protected]">Email</a> /
<a href="data/ComingSoonPlaceholder.png">CV</a> /
<!-- <a href="data/JonBarron-bio.txt">Bio</a> / -->
<a href="https://scholar.google.com/citations?hl=en&user=vwiM4zMAAAAJ">Scholar</a> /
<a href="https://twitter.com/noStackEngineer">Twitter</a> /
<a href="https://github.com/noStackEngineer/">Github</a> /
<a href="https://linkedin.com/in/noStackEngineer/">LinkedIn</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/forestPhoto.jpeg"><img style="width:100%;max-width:100%;object-fit: cover; border-radius: 50%;" alt="profile photo" src="images/forestPhoto.jpeg" class="hoverZoomLink"></a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<h2>Research</h2>
<p>
Some of my general interests of exploration include natural language processing, computer vision, and embodied agents. Beyond the theoretical, I'm also interested in investigating methods by which we can improve the state of transportation systems, making them safer and more efficient.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/LLMC-Teaser.png" alt="LLMC-Teaser" width="310" height="160">
</td>
<td width="75%" valign="middle">
<a href="https://arxiv.org/abs/2310.03903">
<span class="papertitle">LLM-Coordination: Evaluating and Analyzing Multi-agent Coordination Abilities in Large Language Models</span>
</a>
<br>
Saaket Agashe, Yue Fan, <strong>Anthony Reyna</strong>, Xin Eric Wang
<br>
<em>NAACL 2025 Findings</em>
<!--<p>We use computer vision techniques to identify and remove diffraction spikes and reflection halos in the USNO-B Catalog.</p>-->
<p><a href="https://github.com/eric-ai-lab/llm_coordination">Code</a></p>
</td>
</tr>
</tbody></table>
<!---->
<!--
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"><tbody>
<tr>
<td>
<h2>Miscellanea</h2>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="20"><tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle"><img src="images/cvf.jpg"></td>
<td width="75%" valign="center">
<a href="https://cvpr.thecvf.com/Conferences/2024/Organizers">Area Chair, CVPR 2024</a>
<br>
<a href="https://cvpr2023.thecvf.com/Conferences/2023/Organizers">Demo Chair, CVPR 2023</a>
<br>
<a href="https://cvpr2022.thecvf.com/area-chairs">Area Chair, CVPR 2022</a>
<br>
<a href="http://cvpr2021.thecvf.com/area-chairs">Area Chair & Award Committee Member, CVPR 2021</a>
<br>
<a href="http://cvpr2019.thecvf.com/area_chairs">Area Chair, CVPR 2019</a>
<br>
<a href="http://cvpr2018.thecvf.com/organizers/area_chairs">Area Chair, CVPR 2018</a>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/cs188.jpg" alt="cs188">
</td>
<td width="75%" valign="center">
<a href="http://inst.eecs.berkeley.edu/~cs188/sp11/announcements.html">Graduate Student Instructor, CS188 Spring 2011</a>
<br>
<a href="http://inst.eecs.berkeley.edu/~cs188/fa10/announcements.html">Graduate Student Instructor, CS188 Fall 2010</a>
<br>
<a href="http://aima.cs.berkeley.edu/">Figures, "Artificial Intelligence: A Modern Approach", 3rd Edition</a>
</td>
</tr>
<tr>
<td align="center" style="padding:20px;width:25%;vertical-align:middle">
<h2>Basically <br> Blog Posts</h2>
</td>
<td width="75%" valign="middle">
<a href="https://arxiv.org/abs/2112.11687">Squareplus: A Softplus-Like Algebraic Rectifier</a>
<br>
<a href="https://arxiv.org/abs/2010.09714">A Convenient Generalization of Schlick's Bias and Gain Functions</a>
<br>
<a href="https://arxiv.org/abs/1704.07483">Continuously Differentiable Exponential Linear Units</a>
<br>
<a href="https://jonbarron.info/data/cvpr2023_llm_workshop_annotated.pdf">Scholars & Big Models: How Can Academics Adapt?</a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:right;font-size:small;">
Feel free to steal this website's <a href="https://github.com/jonbarron/jonbarron_website">source code</a>. <strong>Do not</strong> scrape the HTML from this page itself, as it includes analytics tags that you do not want on your own website — use the github code instead. Also, consider using <a href="https://leonidk.com/">Leonid Keselman</a>'s <a href="https://github.com/leonidk/new_website">Jekyll fork</a> of this page.
</p>
</td>
</tr>
</tbody></table>
-->
</td>
</tr>
</table>
</body>
</html>