<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kevin Chih-Yao Ma</title>
    <description>Kevin Chih-Yao Ma&apos;s Personal Website.</description>
    <link>https://chihyaoma.github.io/</link>
    <atom:link href="https://chihyaoma.github.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Tue, 24 Mar 2026 06:32:25 +0000</pubDate>
    <lastBuildDate>Tue, 24 Mar 2026 06:32:25 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Grounded Visual Captions without Localization Supervision</title>
        <description>&lt;meta name=&quot;citation_title&quot; content=&quot;Learning to Generate Grounded Visual Captions without Localization Supervision&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Ma, Chih-Yao&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Kalantidis, Yannis&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;AlRegib, Ghassan&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Vajda, Peter&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Rohrbach, Marcus&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Kira, Zsolt&quot; /&gt;

&lt;meta name=&quot;citation_publication_date&quot; content=&quot;2019/06/03&quot; /&gt;

&lt;!-- &lt;meta name=&quot;citation_conference_title&quot; content=&quot;Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)&quot;&gt; --&gt;
&lt;meta name=&quot;citation_pdf_url&quot; content=&quot;https://arxiv.org/pdf/1906.00283.pdf&quot; /&gt;

&lt;head&gt;
&lt;style&gt;
.gunimage {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.half {
  width:50%;
  float: left;
}
#images {
  text-align: center;
  width: 100%;
}
div.section_header {
  font-size: x-large;
  color: rgb(30,144,255);
}
&lt;/style&gt;
&lt;/head&gt;

&lt;h2 id=&quot;learning-to-generate-grounded-visual-captions-without-localization-supervision&quot;&gt;&lt;strong&gt;Learning to Generate Grounded Visual Captions without Localization Supervision&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://chihyaoma.github.io/&quot;&gt;&lt;strong&gt;Chih-Yao Ma&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;https://www.skamalas.com/&quot;&gt;Yannis Kalantidis&lt;/a&gt;, &lt;a href=&quot;https://ghassanalregib.com/&quot;&gt;Ghassan AlRegib&lt;/a&gt;, &lt;a href=&quot;https://sites.google.com/site/vajdap&quot;&gt;Peter Vajda&lt;/a&gt;, &lt;a href=&quot;https://rohrbach.vision/&quot;&gt;Marcus Rohrbach&lt;/a&gt;, &lt;a href=&quot;https://www.cc.gatech.edu/~zk15/&quot;&gt;Zsolt Kira&lt;/a&gt;&lt;br /&gt;
European Conference on Computer Vision (ECCV), 2020 &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://arxiv.org/abs/1906.00283&quot;&gt;[arXiv]&lt;/a&gt;
&lt;a href=&quot;https://github.com/chihyaoma/cyclical-visual-captioning&quot;&gt;[GitHub]&lt;/a&gt;
&lt;a href=&quot;https://sites.gatech.edu/mlatgteccv/research/learning-to-generate-grounded-visual-captions-without-localization-supervision/&quot;&gt;[ML@GT]&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;10-min Video&lt;/div&gt;
&lt;p align=&quot;center&quot;&gt;
  &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/X84Tg0ULu1Y&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Abstract&lt;/div&gt;
&lt;p&gt;When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particular words, or if the model is hallucinating based on priors in the dataset and/or the language model. The most common way of relating image regions with words in caption models is through an attention mechanism over the regions that are used as input to predict the next word. The model must therefore learn to predict the attentional weights without knowing the word it should localize. This is difficult to train without grounding supervision since recurrent models can propagate past information and there is no explicit signal to force the captioning model to properly ground the individual decoded words. In this work, we help the model to achieve this via a novel cyclical training regimen that forces the model to localize each word in the image after the sentence decoder generates it, and then reconstruct the sentence from the localized image region(s) to match the ground-truth. Our proposed framework only requires learning one extra fully-connected layer (the localizer), a layer that can be removed at test time. We show that our model significantly improves grounding accuracy without relying on grounding supervision or introducing extra computation during inference, for both image and video captioning tasks.&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Proposed Concept&lt;/div&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/teasers/cyclical.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Qualitative Results&lt;/div&gt;

&lt;p&gt;We conduct qualitative analysis for comparing the baseline (Unsup.) and the proposed method in the figure below. Each highlighted word has a corresponding image region annotated on the original image. The image regions are selected based on the region with the maximum attention weight. We can see that our proposed method significantly outperformed the baseline (Unsup.) in terms of both the quality of the generated sentence and grounding accuracy.&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/blog/cyclical-vs-baseline.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;In addition, we also show a number of correct and incorrect examples of our proposed method in the figure below.&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/blog/cyclical-correct-incorrect.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Captioning and Grounding Performance on Flickr30k-Entities&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;
&lt;span style=&quot;vertical-align:middle&quot;&gt;
  We first evaluate the proposed cyclical training regimen on the Flickr30k dataset for image captioning task.
  To understand how our proposed method performs on captioning as well as visual grounding, we compare with the proposed strong baseline with or without grounding supervision.
  We train the attention mechanism (Attn.) of the baseline method as well as adding the region classification task (Cls.) using the ground-truth grounding annotation. Using the resultant supervised baseline model as the upper bound, our proposed method with cyclical training achieves relative 20% to 15% grounding accuracy improvements for F1_all and F1_loc respectively and achieves around 12% improvements for F1_all_per_sent and F1_loc_per_sent, while maintaining the captioning evaluations performances.
&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;p style=&quot;text-align:center;&quot;&gt;
Table 1: Performance comparison on the Flickr30k Entities test set. *: our results are averaged across five runs.
&lt;/p&gt;
&lt;img style=&quot;display:block; margin-left: auto; margin-right: auto;&quot; src=&quot;../../../../static/assets/img/blog/cyclical-captioning-grounding-table.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;&lt;br /&gt;
&lt;span style=&quot;vertical-align:middle&quot;&gt;
  We also evaluate the proposed method on the ActivityNet-Entities dataset for video captioning task.
  Similarly, our proposed method significantly improve grounding accuracy while maintaining the captioning evaluations performances.
&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;p style=&quot;text-align:center;&quot;&gt;
Table 2: Performance comparison on the Activity-Entities val set. *: our results are averaged across five runs.
&lt;/p&gt;
&lt;img style=&quot;display:block; margin-left: auto; margin-right: auto;&quot; src=&quot;../../../../static/assets/img/blog/cyclical-captioning-grounding-table-video.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Code and Paper&lt;/div&gt;
&lt;div id=&quot;images&quot;&gt;
  &lt;div class=&quot;half&quot;&gt;
  &lt;a href=&quot;https://github.com/chihyaoma/cyclical-visual-captioning&quot;&gt;
    &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/github-icon.png?raw=true&quot; /&gt;
    &lt;p&gt;GitHub&lt;/p&gt;
  &lt;/a&gt;
  &lt;/div&gt;
  &lt;div class=&quot;half&quot;&gt;
    &lt;a href=&quot;https://arxiv.org/abs/1906.00283&quot;&gt;
      &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/paper-icon.png?raw=true&quot; /&gt;
      &lt;p&gt;arXiv&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Citation&lt;/div&gt;
&lt;p&gt;If you find this work useful, please cite our paper:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
@inproceedings{ma2020learning,
    title={Learning to Generate Grounded Visual Captions without Localization Supervision},
    author={Ma, Chih-Yao and Kalantidis, Yannis and AlRegib, Ghassan and Vajda, Peter and Rohrbach, Marcus and Kira, Zsolt},
    booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
    year={2020},
    url={https://arxiv.org/abs/1906.00283},
}
&lt;/code&gt;&lt;/pre&gt;
</description>
        <pubDate>Mon, 03 Jun 2019 00:00:00 +0000</pubDate>
        <link>https://chihyaoma.github.io/project/2019/06/03/cyclical.html</link>
        <guid isPermaLink="true">https://chihyaoma.github.io/project/2019/06/03/cyclical.html</guid>
        
        
        <category>Project</category>
        
      </item>
    
      <item>
        <title>The Regretful Navigation Agent for Vision-and-Language Navigation</title>
        <description>&lt;meta name=&quot;citation_title&quot; content=&quot;The Regretful Agent: Heuristic-Aided Navigation through Progress Estimation&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Ma, Chih-Yao&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Wu, Zuxuan&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;AlRegib, Ghassan&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Xiong, Caiming&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Kira, Zsolt&quot; /&gt;

&lt;meta name=&quot;citation_publication_date&quot; content=&quot;2019/03/05&quot; /&gt;

&lt;meta name=&quot;citation_conference_title&quot; content=&quot;Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)&quot; /&gt;

&lt;meta name=&quot;citation_pdf_url&quot; content=&quot;https://arxiv.org/pdf/1903.01602.pdf&quot; /&gt;

&lt;head&gt;
&lt;style&gt;
.gunimage {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.half {
  width:50%;
  float: left;
}
#images {
  text-align: center;
  width: 100%;
}
div.section_header {
  font-size: x-large;
  color: rgb(30,144,255);
}
&lt;/style&gt;
&lt;/head&gt;

&lt;h2 id=&quot;the-regretful-agent-heuristic-aided-navigation-through-progress-estimation&quot;&gt;&lt;strong&gt;The Regretful Agent: Heuristic-Aided Navigation through Progress Estimation&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://chihyaoma.github.io/&quot;&gt;&lt;strong&gt;Chih-Yao Ma&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;http://zxwu.azurewebsites.net/&quot;&gt;Zuxuan Wu&lt;/a&gt;, &lt;a href=&quot;https://ghassanalregib.com/&quot;&gt;Ghassan AlRegib&lt;/a&gt;, &lt;a href=&quot;http://www.stat.ucla.edu/~caiming/&quot;&gt;Caiming Xiong&lt;/a&gt;, &lt;a href=&quot;https://www.cc.gatech.edu/~zk15/&quot;&gt;Zsolt Kira&lt;/a&gt;&lt;br /&gt;
IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019 &lt;strong&gt;(Oral)&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://arxiv.org/abs/1903.01602&quot;&gt;[arXiv]&lt;/a&gt;
&lt;a href=&quot;https://github.com/chihyaoma/regretful-agent&quot;&gt;[GitHub]&lt;/a&gt;
&lt;a href=&quot;../../../../static/assets/pdf/cvpr2019_poster_final-compressed.pdf&quot;&gt;[Poster]&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Demo&lt;/div&gt;
&lt;p align=&quot;center&quot;&gt;
  &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/zN7HrtJ_nlc&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
&lt;/p&gt;
&lt;!-- &lt;p align=&quot;center&quot;&gt;
  &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/Je5LlZlqUt8?start=4858&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/p&gt; --&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Abstract&lt;/div&gt;
&lt;p&gt;As deep learning continues to make progress for challenging perception tasks, there is increased interest in combining vision, language, and decision-making. Specifically, the Vision and Language Navigation (VLN) task involves navigating to a goal purely from language instructions and visual information without explicit knowledge of the goal. Recent successful approaches have made in-roads in achieving good success rates for this task but rely on beam search, which thoroughly explores a large number of trajectories and is unrealistic for applications such as robotics. In this paper, inspired by the intuition of viewing the problem as search on a navigation graph, we propose to use a progress monitor developed in prior work as a learnable heuristic for search. We then propose two modules incorporated into an end-to-end architecture: 1) A learned mechanism to perform backtracking, which decides whether to continue moving forward or roll back to a previous state (Regret Module) and 2) A mechanism to help the agent decide which direction to go next by showing directions that are visited and their associated progress estimate (Progress Marker). Combined, the proposed approach significantly outperforms current state-of-the-art methods using greedy action selection, with 5% absolute improvement on the test server in success rates, and more importantly 8% on success rates normalized by the path length.&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Proposed Concept&lt;/div&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/teasers/regretful.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Qualitative Results&lt;/div&gt;

&lt;p&gt;The below figure shows the qualitative outputs of our model during successful navigation in unseen environments. 
In the example at the left side, the agent made a mistake at the first step, and the estimated progress at the second step slightly decreases.
The agent then decides to rollback, after which the progress monitor significantly increases. 
Finally, the agent stopped correctly as instructed. 
At the middle, we show an example where the agent correctly goes up the stairs but incorrectly does it again rather than turning and finding the TV as instructed. 
Note that the progress monitor increases but only by a small amount; this demonstrates the need for learned mechanisms that can reason about the textual and visual grounding and context, as well as the resulting level of change in progress. 
In this case the agent then correctly decides to rollback and successfully walked into the TV room. 
At the right side, the agent misses the stairs, resulting in a very small progress increase. 
The agent decides to rollback as a result. 
Upon reaching the goal, the agent’s progress estimate is 99%.
Please refer to the Appendix for the full trajectories and unsuccessful examples.&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/blog/regretful-demo.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Navigation Performance on Room-to-Room&lt;/div&gt;

&lt;p&gt;&lt;span style=&quot;vertical-align:middle&quot;&gt;
  &lt;br /&gt;
  We evaluate our proposed Regretful Agent on the Room-to-Room dataset for Vision-and-Language Navigation task.
  our method achieves significant performance improvement over the existing approaches.
  We achieved 37% SPL and 48% SR on the validation unseen set and outperformed all existing work.
  Our best performing model achieves 41% SPL and 50% SR on validation unseen set when trained with the synthetic data.
  We demonstrate absolute 8% SPL improvement and 5% SR improvement on the test server over the current state-of-the-art method.
&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;img style=&quot;display:block; margin-left: auto; margin-right: auto;&quot; src=&quot;../../../../static/assets/img/blog/regretful-sota.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Code and Paper&lt;/div&gt;
&lt;div id=&quot;images&quot;&gt;
  &lt;div class=&quot;half&quot;&gt;
  &lt;a href=&quot;https://github.com/chihyaoma/regretful-agent&quot;&gt;
    &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/github-icon.png?raw=true&quot; /&gt;
    &lt;p&gt;GitHub&lt;/p&gt;
  &lt;/a&gt;
  &lt;/div&gt;
  &lt;div class=&quot;half&quot;&gt;
    &lt;a href=&quot;https://arxiv.org/abs/1903.01602&quot;&gt;
    &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/paper-icon.png?raw=true&quot; /&gt;
    &lt;p&gt;arXiv&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Citation&lt;/div&gt;
&lt;p&gt;If you find this work useful, please cite our paper:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
@inproceedings{ma2019theregretful,
    title={The Regretful Agent: Heuristic-Aided Navigation through Progress Estimation},
    author={Ma, Chih-Yao and Wu, Zuxuan and AlRegib, Ghassan and Xiong, Caiming and Kira, Zsolt},
    booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    year={2019},
    url={https://arxiv.org/abs/1903.01602},
}
&lt;/code&gt;&lt;/pre&gt;
</description>
        <pubDate>Mon, 25 Feb 2019 00:00:00 +0000</pubDate>
        <link>https://chihyaoma.github.io/project/2019/02/25/regretful.html</link>
        <guid isPermaLink="true">https://chihyaoma.github.io/project/2019/02/25/regretful.html</guid>
        
        
        <category>Project</category>
        
      </item>
    
      <item>
        <title>Self-Monitoring Agent for Vision-and-Language Navigation</title>
        <description>&lt;meta name=&quot;citation_title&quot; content=&quot;Self-Monitoring Navigation Agent via Auxiliary Progress Estimation&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Ma, Chih-Yao&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Lu, Jiasen&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Wu, Zuxuan&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;AlRegib, Ghassan&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Kira, Zsolt&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Socher, Richard&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Xiong, Caiming&quot; /&gt;

&lt;meta name=&quot;citation_publication_date&quot; content=&quot;2019/01/07&quot; /&gt;

&lt;meta name=&quot;citation_conference_title&quot; content=&quot;International Conference on Learning Representations (ICLR)&quot; /&gt;

&lt;meta name=&quot;citation_pdf_url&quot; content=&quot;https://arxiv.org/pdf/1901.03035.pdf&quot; /&gt;

&lt;head&gt;
&lt;style&gt;
.gunimage {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.half {
  width:50%;
  float: left;
}
#images {
  text-align: center;
  width: 100%;
}
div.section_header {
  font-size: x-large;
  color: rgb(30,144,255);
}
&lt;/style&gt;
&lt;/head&gt;

&lt;p&gt;&lt;img align=&quot;right&quot; src=&quot;../../../../static/assets/img/blog/einstein-scroll.png&quot; width=&quot;8%&quot; /&gt;
&lt;img align=&quot;right&quot; src=&quot;../../../../static/assets/img/blog/salesforce-research.jpg&quot; width=&quot;15%&quot; /&gt;
&lt;br /&gt;&lt;/p&gt;

&lt;h2 id=&quot;self-monitoring-navigation-agent-via-auxiliary-progress-estimation&quot;&gt;&lt;strong&gt;Self-Monitoring Navigation Agent via Auxiliary Progress Estimation&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://chihyaoma.github.io/&quot;&gt;&lt;strong&gt;Chih-Yao Ma&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;https://www.cc.gatech.edu/~jlu347/&quot;&gt;Jiasen Lu&lt;/a&gt;, &lt;a href=&quot;http://zxwu.azurewebsites.net/&quot;&gt;Zuxuan Wu&lt;/a&gt;, &lt;a href=&quot;https://ghassanalregib.com/&quot;&gt;Ghassan AlRegib&lt;/a&gt;, &lt;a href=&quot;https://www.cc.gatech.edu/~zk15/&quot;&gt;Zsolt Kira&lt;/a&gt;, &lt;a href=&quot;https://www.socher.org/&quot;&gt;Richard Socher&lt;/a&gt;, &lt;a href=&quot;http://www.stat.ucla.edu/~caiming/&quot;&gt;Caiming Xiong&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;

&lt;!-- Under Review, 2019&lt;br&gt; --&gt;

&lt;p&gt;International Conference on Learning Representations (ICLR), 2019&lt;br /&gt;
&lt;strong&gt;(Top 7% of reviews)&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;https://arxiv.org/abs/1901.03035&quot;&gt;[arXiv]&lt;/a&gt;
&lt;a href=&quot;https://openreview.net/forum?id=r1GAsjC5Fm&quot;&gt;[OpenReview]&lt;/a&gt;
&lt;a href=&quot;https://github.com/chihyaoma/selfmonitoring-agent&quot;&gt;[GitHub]&lt;/a&gt;
&lt;a href=&quot;../../../../static/assets/pdf/iclr2019_poster_final-compressed.pdf&quot;&gt;[Poster]&lt;/a&gt;
&lt;a href=&quot;https://ml.gatech.edu/hg/item/620601&quot;&gt;[ML@GT]&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Abstract&lt;/div&gt;
&lt;p&gt;The Vision-and-Language Navigation (VLN) task entails an agent following navigational instruction in photo-realistic unknown environments. This challenging task demands that the agent be aware of which instruction was completed, which instruction is needed next, which way to go, and its navigation progress towards the goal. In this paper, we introduce a self-monitoring agent with two complementary components: (1) visual-textual co-grounding module to locate the instruction completed in the past, the instruction required for the next action, and the next moving direction from surrounding images and (2) progress monitor to ensure the grounded instruction correctly reflects the navigation progress. We test our self- monitoring agent on a standard benchmark and analyze our proposed approach through a series of ablation studies that elucidate the contributions of the primary components. Using our proposed method, we set the new state of the art by a significant margin (8% absolute increase in success rate on the unseen test set).&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Proposed Concept&lt;/div&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/teasers/selfmonitoring.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Qualitative Results&lt;/div&gt;

&lt;p&gt;We qualitatively show how the agent navigates through unseen environments by following instructions as shown in the figure below.
In each figure, the agent follows the grounded instruction (at the top of the figure) and decides to move towards a certain direction (green arrow).
For the full figures and more examples of successful and failed agents in both unseen and seen environments, please see the supplementary material in our paper.&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/blog/selfmonitoring-demo.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Navigation Performance on Room-to-Room&lt;/div&gt;

&lt;p&gt;&lt;span style=&quot;vertical-align:middle&quot;&gt;
  &lt;br /&gt;
  Our method achieves significant performance improvement compared to the state of the arts without data augmentation. We achieve 70% SR on the seen environment and 57% on the unseen environment while the existing best performing method achieved 63% and 50% SR respectively. When trained with synthetic data, our approach achieves slightly better performance on the seen environments and significantly better performance on both the validation unseen environments and the test unseen environments when submitted to the test server. We achieve 3% and 8% improvement on SR on both validation and test unseen environments. Both results with or without data augmentation indicate that our proposed approach is more generalizable to unseen environments.
&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;img style=&quot;display:block; margin-left: auto; margin-right: auto;&quot; src=&quot;../../../../static/assets/img/blog/selfmonitoring-sota.png&quot; width=&quot;75%&quot; /&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Code and Paper&lt;/div&gt;
&lt;div id=&quot;images&quot;&gt;
  &lt;div class=&quot;half&quot;&gt;
  &lt;a href=&quot;https://github.com/chihyaoma/selfmonitoring-agent&quot;&gt;
    &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/github-icon.png?raw=true&quot; /&gt;
    &lt;p&gt;GitHub&lt;/p&gt;
  &lt;/a&gt;
  &lt;/div&gt;
  &lt;div class=&quot;half&quot;&gt;
    &lt;a href=&quot;https://arxiv.org/abs/1901.03035&quot;&gt;
    &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/paper-icon.png?raw=true&quot; /&gt;
    &lt;p&gt;arXiv&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Citation&lt;/div&gt;
&lt;p&gt;If you find this work useful, please cite our paper:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
@inproceedings{ma2019selfmonitoring,
    title={Self-Monitoring Navigation Agent via Auxiliary Progress Estimation},
    author={Ma, Chih-Yao and Lu, Jiasen and Wu, Zuxuan and AlRegib, Ghassan and Kira, Zsolt and Socher, Richard and Xiong, Caiming},
    booktitle={Proceedings of the International Conference on Learning Representations (ICLR)},
    year={2019},
    url={https://arxiv.org/abs/1901.03035},
}
&lt;/code&gt;&lt;/pre&gt;
</description>
        <pubDate>Thu, 27 Sep 2018 00:00:00 +0000</pubDate>
        <link>https://chihyaoma.github.io/project/2018/09/27/selfmonitoring.html</link>
        <guid isPermaLink="true">https://chihyaoma.github.io/project/2018/09/27/selfmonitoring.html</guid>
        
        
        <category>Project</category>
        
      </item>
    
      <item>
        <title>Object Interactions for Fine-grained Video Understanding</title>
        <description>&lt;head&gt;
&lt;style&gt;
.gunimage {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.half {
  width:50%;
  float: left;
}
#images {
  text-align: center;
  width: 100%;
}
div.section_header {
  font-size: x-large;
  color: rgb(30,144,255);
}
&lt;/style&gt;
&lt;/head&gt;

&lt;h2 id=&quot;attend-and-interact-higher-order-objectinteractions-for-video-understanding&quot;&gt;&lt;strong&gt;Attend and Interact: Higher-Order ObjectInteractions for Video Understanding&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://chihyaoma.github.io/&quot;&gt;&lt;strong&gt;Chih-Yao Ma&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;http://asim.ai/&quot;&gt;Asim Kadav&lt;/a&gt;, Iain Melvin, &lt;a href=&quot;https://www.cc.gatech.edu/~zk15/&quot;&gt;Zsolt Kira&lt;/a&gt;, &lt;a href=&quot;https://ghassanalregib.com/&quot;&gt;Ghassan AlRegib&lt;/a&gt;, Hans Peter Graf&lt;br /&gt;
Computer Vision and Pattern Recognition (CVPR), 2018&lt;br /&gt;
&lt;a href=&quot;https://arxiv.org/abs/1711.06330&quot;&gt;[arXiv]&lt;/a&gt; &lt;a href=&quot;https://mlatgt.blog/2018/04/02/from-object-interactions-to-fine-grained-video-understanding/&quot;&gt;[ML@GT Blog]&lt;/a&gt;
&lt;a href=&quot;../../../../static/assets/pdf/cvpr2018_poster_final.pdf&quot;&gt;[Poster]&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Abstract&lt;/div&gt;
&lt;p&gt;Human actions often involve complex interactions across several inter-related objects in the scene. However, existing approaches to fine-grained video understanding or visual relationship detection often rely on single object representation or pairwise object relationships.&lt;/p&gt;

&lt;p&gt;In this paper, we propose to efficiently learn higher-order interactions between arbitrary subgroups of objects for fine-grained video understanding. We demonstrate the impact of modeling object interactions towards significantly improving accuracy for both action recognition and video captioning.&lt;/p&gt;

&lt;p&gt;To the best of our knowledge, this is the first work modeling object interactions on open domain large-scale video datasets.&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Fine-grained Human Activity Recognition&lt;/div&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/teasers/interaction.png?raw=true&quot; width=&quot;60%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Relationship Grounded Video Captioning&lt;/div&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/teasers/caption-long.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Citation&lt;/div&gt;
&lt;p&gt;If you find this work useful, please cite our paper:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
@inproceedings{ma2018attend,
  title={Attend and Interact: Higher-Order Object Interactions for Video Understanding},
  author={Ma, Chih-Yao and Kadav, Asim and Melvin, Iain and Kira, Zsolt and AlRegib, Ghassan and Graf, Hans Peter},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2018}
}
&lt;/code&gt;&lt;/pre&gt;
</description>
        <pubDate>Thu, 16 Nov 2017 00:00:00 +0000</pubDate>
        <link>https://chihyaoma.github.io/project/2017/11/16/interact.html</link>
        <guid isPermaLink="true">https://chihyaoma.github.io/project/2017/11/16/interact.html</guid>
        
        
        <category>Project</category>
        
      </item>
    
      <item>
        <title>Activity Recognition with RNN and Temporal-ConvNet</title>
        <description>&lt;head&gt;
&lt;style&gt;
.gunimage {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.half {
  width:50%;
  float: left;
}
#images {
  text-align: center;
  width: 100%;
}
div.section_header {
  font-size: x-large;
  color: rgb(30,144,255);
}
&lt;/style&gt;
&lt;/head&gt;

&lt;h2 id=&quot;ts-lstm-and-temporal-inception-exploiting-spatiotemporal-dynamics-for-activity-recognition&quot;&gt;&lt;strong&gt;TS-LSTM and Temporal-Inception: Exploiting Spatiotemporal Dynamics for Activity Recognition&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://chihyaoma.github.io/&quot;&gt;&lt;strong&gt;Chih-Yao Ma*&lt;/strong&gt;&lt;/a&gt;, Min-Hung Chen*, &lt;a href=&quot;https://www.cc.gatech.edu/~zk15/&quot;&gt;Zsolt Kira&lt;/a&gt;, and &lt;a href=&quot;https://ghassanalregib.com/&quot;&gt;Ghassan AlRegib&lt;/a&gt;&lt;br /&gt;
Signal Processing: Image Communication, 2018&lt;br /&gt;
&lt;a href=&quot;http://arxiv.org/abs/1703.10667&quot;&gt;[arXiv]&lt;/a&gt; &lt;a href=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN&quot;&gt;[GitHub]&lt;/a&gt;&lt;br /&gt;
(* equal contribution)&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Abstract&lt;/div&gt;
&lt;p&gt;In this work, we demonstrate a strong baseline two-stream ConvNet using ResNet-101. We use this baseline to thoroughly examine the use of both RNNs and Temporal-ConvNets for extracting spatiotemporal information. Building upon our experimental results, we then propose and investigate two different networks to further integrate spatiotemporal information: 1) temporal segment RNN and 2) Inception-style Temporal-ConvNet.&lt;/p&gt;

&lt;p&gt;Our analysis identifies specific limitations for each method that could form the basis of future work. Our experimental results on UCF101 and HMDB51 datasets achieve state-of-the-art performances, 94.1% and 69.0%, respectively, without requiring extensive temporal augmentation.&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;How we tackle Activity Recognition problem?&lt;/div&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN/blob/master/figures/overview_image.png?raw=true&quot; width=&quot;75%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Demo&lt;/div&gt;
&lt;p&gt;The GIFs demonstrate the top-3 predictions results of our TS-LSTM and Temporal-Inception methods. The text on the top is the ground truth, three texts are the predictions for each of the method, and the bar right next to the predictions are how confident the model makes predictions.&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN/blob/master/figures/demo-1.gif?raw=true&quot; width=&quot;30%&quot; /&gt;
&lt;img src=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN/blob/master/figures/demo-2.gif?raw=true&quot; width=&quot;30%&quot; /&gt;
&lt;img src=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN/blob/master/figures/demo-3.gif?raw=true&quot; width=&quot;30%&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN/blob/master/figures/demo-4.gif?raw=true&quot; width=&quot;30%&quot; /&gt;
&lt;img src=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN/blob/master/figures/demo-5.gif?raw=true&quot; width=&quot;30%&quot; /&gt;
&lt;img src=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN/blob/master/figures/demo-6.gif?raw=true&quot; width=&quot;30%&quot; /&gt;
&lt;/p&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Code and Paper&lt;/div&gt;
&lt;div id=&quot;images&quot;&gt;
  &lt;div class=&quot;half&quot;&gt;
  &lt;a href=&quot;https://github.com/chihyaoma/Activity-Recognition-with-CNN-and-RNN&quot;&gt;
    &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/github-icon.png?raw=true&quot; /&gt;
    &lt;p&gt;GitHub&lt;/p&gt;
  &lt;/a&gt;
  &lt;/div&gt;
  &lt;div class=&quot;half&quot;&gt;
    &lt;a href=&quot;http://arxiv.org/abs/1703.10667&quot;&gt;
    &lt;img class=&quot;gunimage&quot; alt=&quot;idk&quot; src=&quot;../../../../static/assets/img/blog/paper-icon.png?raw=true&quot; /&gt;
    &lt;p&gt;arXiv&lt;/p&gt;
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt;

&lt;hr /&gt;
&lt;div class=&quot;section_header&quot;&gt;Citation&lt;/div&gt;
&lt;p&gt;If you find this work useful, please cite our paper:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
@article{ma2018ts,
  title={TS-LSTM and temporal-inception: Exploiting spatiotemporal dynamics for activity recognition},
  author={Ma, Chih-Yao and Chen, Min-Hung and Kira, Zsolt and AlRegib, Ghassan},
  journal={Signal Processing: Image Communication},
  year={2018},
  publisher={Elsevier}
}
&lt;/code&gt;&lt;/pre&gt;
</description>
        <pubDate>Thu, 30 Mar 2017 00:00:00 +0000</pubDate>
        <link>https://chihyaoma.github.io/project/2017/03/30/tslstm.html</link>
        <guid isPermaLink="true">https://chihyaoma.github.io/project/2017/03/30/tslstm.html</guid>
        
        
        <category>Project</category>
        
      </item>
    
      <item>
        <title>NCTU-3DFixation Dataset</title>
        <description>&lt;meta name=&quot;citation_title&quot; content=&quot;NCTU-3DFixation Dataset&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Ma, Chih-Yao&quot; /&gt;

&lt;meta name=&quot;citation_author&quot; content=&quot;Hang, Hsueh-Ming&quot; /&gt;

&lt;meta name=&quot;citation_publication_date&quot; content=&quot;2015/05/01&quot; /&gt;

&lt;meta name=&quot;citation_pdf_url&quot; content=&quot;https://jov.arvojournals.org/article.aspx?articleid=2300610&quot; /&gt;

&lt;head&gt;
&lt;style&gt;
.gunimage {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.half {
  width:50%;
  float: left;
}
.third {
  width:33%;
  float: left;
}
#images {
  text-align: center;
  width: 100%;
}
div.section_header {
  font-size: x-large;
  color: rgb(30,144,255);
}
&lt;/style&gt;
&lt;/head&gt;

&lt;h2 id=&quot;nctu-3dfixation-dataset&quot;&gt;&lt;strong&gt;NCTU-3DFixation Dataset&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://chihyaoma.github.io/&quot;&gt;&lt;strong&gt;Chih-Yao Ma&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;https://www.hmhang.com/&quot;&gt;Hsueh-Ming Hang&lt;/a&gt;&lt;br /&gt;
Journal of Vision, 2015 &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://jov.arvojournals.org/article.aspx?articleid=2300610&quot;&gt;[Paper]&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Abstract&lt;/div&gt;
&lt;p&gt;The eye fixation data is essential for studying the way humans understand the image contents. Up to now, the public-domain 3D fixation data are scarce. Therefore, we conduct our eye fixation experiments on 3D images. The resultant dataset should be useful to the 3D visual attention research community. Our eye fixation dataset comprises 475 3D images and 16 subjects. We use a Tobii TX300 eye-tracker to track the eye movement of each subject. In addition, this database contains 475 computed depth maps. The database and the MATLAB source codes for evaluation and visualization are released on this webpage.&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Proposed Concept&lt;/div&gt;

&lt;!-- &lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;../../../../static/assets/img/blog/fixation.png?raw=true&quot; width=&quot;50%&quot;&gt;
&lt;/p&gt; --&gt;

&lt;div class=&quot;row&quot;&gt;
  &lt;div class=&quot;third&quot;&gt;
    &lt;p align=&quot;center&quot;&gt;
        &lt;img src=&quot;../../../../static/assets/img/blog/rgb-depth-fixation.png?raw=true&quot; alt=&quot;Snow&quot; style=&quot;width:75%&quot; /&gt;
    &lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;third&quot;&gt;
    &lt;p align=&quot;center&quot;&gt;
        &lt;img src=&quot;../../../../static/assets/img/blog/fixation.png?raw=true&quot; alt=&quot;Forest&quot; style=&quot;width:100%&quot; /&gt;
    &lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;third&quot;&gt;
    &lt;p align=&quot;center&quot;&gt;
        &lt;img src=&quot;../../../../static/assets/img/blog/tobii.png?raw=true&quot; alt=&quot;Forest&quot; style=&quot;width:100%&quot; /&gt;
    &lt;/p&gt;
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Download&lt;/div&gt;

&lt;p&gt;All image contents provided in the NCTU-3DFixation Database are solely intended for private and research purposes only and copyrighted by their respective owners unless otherwise stated.&lt;/p&gt;

&lt;p&gt;I have compressed all the files together to create one zip file which is currently &lt;strong&gt;PASSWARD&lt;/strong&gt; protected.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://cwww.ee.nctu.edu.tw/wiki/core/uploads/People/HangResearchMaterial/NCTU-3DFixation.zip&quot;&gt;NCTU-3DFixation.zip&lt;/a&gt; (4.7GB)&lt;/p&gt;

&lt;div class=&quot;text-gray mb-2&quot;&gt;
    Password: c-o-m-m-l-a-b- (without &quot;-&quot;)
&lt;/div&gt;

&lt;p&gt;&lt;br /&gt;
If the above link doesn’t work or somehow gives you low download speed, please refer to this &lt;a href=&quot;https://drive.google.com/file/d/1hjJp6s4vBeFZm-aYil-MRvG2zytjEXSL&quot;&gt;Google Drive link&lt;/a&gt; for downloading our dataset.&lt;/p&gt;

&lt;p&gt;This compressed file includes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;475 3D images&lt;/li&gt;
  &lt;li&gt;Generated Depth maps&lt;/li&gt;
  &lt;li&gt;Gaze data from 16 subjects&lt;/li&gt;
  &lt;li&gt;MATLAB Codes for visualization and evaluation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have any questions regards to our database, please don’t hesitate to contact me.&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;section_header&quot;&gt;Citation&lt;/div&gt;
&lt;p&gt;If you find this work useful, please cite our paper:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
@article{ma2015learning,
    title={Learning-based saliency model with depth information},
    author={Ma, Chih-Yao and Hang, Hsueh-Ming},
    journal={Journal of vision},
    volume={15},
    number={6},
    pages={19--19},
    year={2015},
    publisher={The Association for Research in Vision and Ophthalmology}
}
&lt;/code&gt;&lt;/pre&gt;
</description>
        <pubDate>Fri, 01 May 2015 00:00:00 +0000</pubDate>
        <link>https://chihyaoma.github.io/project/2015/05/01/NCTU3DFixation.html</link>
        <guid isPermaLink="true">https://chihyaoma.github.io/project/2015/05/01/NCTU3DFixation.html</guid>
        
        
        <category>Project</category>
        
      </item>
    
  </channel>
</rss>
