-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·85 lines (69 loc) · 4.35 KB
/
index.html
File metadata and controls
executable file
·85 lines (69 loc) · 4.35 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
---
layout: default
title: Home
---
{% assign tmp = "/" | append: site.baseurl %}
{% if page.url == tmp or page.url == "/" %}
<article>
<img src="media/huiwu.jpg" alt="Profile Photo" style="height:200px;border-radius:50%;">
<h1 class="top-text">About Hui Wu</h1>
<p>
I am a Principal Research Scientist and Manager at IBM Research, leading the Model Feedback and Adoption initiative
for IBM’s Granite AI Models, with a focus on enterprise AI applications. Previously,
I led the Edge AI research team, advancing distributed and scalable AI model lifecycles. My research has been published
in machine learning and computer vision venues, including NeurIPS, CVPR, and AAAI. My work in multimodal AI led to the
creation of the Fashion IQ Challenge, an open-dataset competition featured at ICCV 2019 and CVPR 2020. I co-founded the Workshop
on Computer Vision for Fashion, Art, and Design, which was hosted at ECCV 2018, ICCV 2019, and CVPR 2020.
Before joining IBM Research in 2015, I earned my Ph.D. in Computer Science from the University of North Carolina at Charlotte,
where my dissertation focused on machine learning and medical image analysis.</p>
<p><b>Contact me:</b> wuhu AT us.ibm.com</p>
<p style="font-size: 0.95em; color: #73432d; text-align: center;">
<em>This site is lightly maintained to reflect my current professional status. Earlier content remains available for reference and background.</em>
</p>
<hr style="width: 100%; margin: 1em auto; border: 0; border-top: 1px solid #ccc;">
</article>
<article>
<h1 class="top-text">Past Research Activities</h1>
<ul>
<li>
<b>Mar. 2021</b>: Two papers accepted at CVPR 2021.
</li>
<li>
<b>Dec. 2020</b>: Paper "NASTransfer: Analyzing Architecture Transferability in Large Scale Neural Architecture Search" accepted at AAAI 2021.
</li>
<li>
<b>Jun. 2020</b>: We are hosting Fashion IQ challenge at the third workshop on Computer Vision for Fashion, Art and Design
at <a href=https://sites.google.com/view/cvcreative2020/>CVPR 2020</a>. Please see the article at <a href=https://www.rsipvision.com/CVPR2020-Thursday/20/>CVPR Daily</a>.
</li>
<li>
<b>Sep. 2019</b>: <em>Drill-down: Interactive Retrieval of Complex Scenes using Natural Language Queries</em> accepted at NeurIPS 2019.
</li>
<li>
<b>Jul. 2019</b>: We are hosting Fashion IQ challenge at <a href=https://sites.google.com/view/lingir/fashion-iq>ICCV 2019</a>.
</li>
<li>
<b>May. 2019</b>: I am co-chairing the second workshop on Computer Vision for Fashion, Art and Design
at <a href=https://sites.google.com/view/cvcreative/>ICCV 2019</a>.
I am also co-chairing Linguistics Meets Image and Video Retrieval Workshop
at <a href=https://sites.google.com/view/lingir/>ICCV 2019</a>.
</li>
<li><b>Apr. 2019</b>: Our demo on interactive fashion retrieval</em> accepted at CVPR 2019 demo track.</li>
<li><b>Sep. 2018</b>: <em>Dialog Based Interactive Image Retrieval</em> accepted at NeurIPS 2018</a>.</li>
<li>
<b>Sep. 2018</b>: I was co-chairing the first workshop on Computer Vision for Fashion, Art and Design
at <a href=https://sites.google.com/view/eccvfashion/>ECCV 2018</a>.
</li>
<li>
<b>Jan. 2018</b>: Worked with fashion designers from Fashion Institute of Technology on exploring computer vision to enhance fashion design process. [<a href=https://www.youtube.com/watch?v=tO94dIKJ6TQ&t=1s>Summary Video</a>]
[<a href=http://wwd.com/business-news/business-features/f-i-t-ibm-and-tommy-hilfiger-get-into-ai-for-fashion-11095819/>Women's Wear Daily</a>]
[<a href=https://www.townandcountrymag.com/leisure/arts-and-culture/a15925909/technology-the-future-of-art-good-taste/>Town & Country</a>]
</li>
</ul>
</article>
<div class="divider"></div>
<h1 class="top-text">Early Research Work</h1>
<p></p>
{% include postlist.html %}
{% else %}
{% include postlist.html %}
{% endif %}