<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>DRUM Collection: Technical Reports from UMIACS</title>
    <link>http://hdl.handle.net/1903/7</link>
    <description />
    <pubDate>Fri, 24 May 2013 19:44:21 GMT</pubDate>
    <dc:date>2013-05-24T19:44:21Z</dc:date>
    <image>
      <title>The Channel Image</title>
      <url>http://drum.lib.umd.edu:80/retrieve/3205/umiacs.gif</url>
      <link>http://hdl.handle.net/1903/7</link>
    </image>
    <item>
      <title>The compiler for the XMTC parallel language: Lessons for compiler developers and in-depth description</title>
      <link>http://hdl.handle.net/1903/13688</link>
      <description>Title: The compiler for the XMTC parallel language: Lessons for compiler developers and in-depth description
Authors: Tzannes, Alexandros; Caragea, George C.; Vishkin, Uzi; Barua, Rajeev
Abstract: In this technical report, we present information on the XMTC compiler&#xD;
and language. We start by presenting the XMTC Memory Model and the&#xD;
issues we encountered when using GCC, the popular GNU compiler for C and&#xD;
other sequential languages, as the basis for a compiler for XMTC, a&#xD;
parallel language. These topics, along with some information on XMT&#xD;
specific optimizations were presented in [10]. Then, we proceed to give&#xD;
some more details on how outer spawn statements (i.e., parallel loops)&#xD;
are compiled to take advantage of XMT’s unique hardware primitives for&#xD;
scheduling flat parallelism and how we incremented this basic compiler&#xD;
to support nested parallelism.</description>
      <pubDate>Fri, 18 Feb 2011 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://hdl.handle.net/1903/13688</guid>
      <dc:date>2011-02-18T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Learning to Detect Carried Objects with Minimal Supervision</title>
      <link>http://hdl.handle.net/1903/13339</link>
      <description>Title: Learning to Detect Carried Objects with Minimal Supervision
Authors: Dondera, Radu; Morariu, Vlad I.; Davis, Larry S.
Abstract: We propose a learning-based method for detecting carried objects that&#xD;
generates candidate image regions from protrusion, color contrast and&#xD;
occlusion boundary cues, and uses a classifier to filter out the regions&#xD;
unlikely to be carried objects. The method achieves higher accuracy than&#xD;
state of the art, which can only detect protrusions from the human&#xD;
shape, and the discriminative model it builds for the silhouette&#xD;
context-based region features generalizes well. To reduce annotation&#xD;
effort, we investigate training the model in a Multiple Instance&#xD;
Learning framework where the only available supervision is "walk" and&#xD;
"carry" labels associated with intervals of human tracks, i.e., the&#xD;
spatial extent of carried objects is not annotated. We present an&#xD;
extension to the miSVM algorithm that uses knowledge of the fraction of&#xD;
positive instances in positive bags and that scales to training sets of&#xD;
hundreds of thousands of instances.</description>
      <pubDate>Fri, 21 Dec 2012 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://hdl.handle.net/1903/13339</guid>
      <dc:date>2012-12-21T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Clashes in the Infosphere, General Intelligence, and Metacognition: Final project report</title>
      <link>http://hdl.handle.net/1903/13333</link>
      <description>Title: Clashes in the Infosphere, General Intelligence, and Metacognition: Final project report
Authors: Perlis, Don; Cox, Michael. T.
Abstract: Humans confront the unexpected every day, deal with it, and often learn&#xD;
from it. AI agents, on the other hand, are typically brittle—they tend&#xD;
to break down as soon as something happens for which their creators did&#xD;
not explicitly anticipate. The central focus of our research project is&#xD;
this problem of brittleness which may also be the single most important&#xD;
problem facing AI research. Our approach to brittleness is to model a&#xD;
common method that humans use to deal with the unexpected, namely to&#xD;
note occurrences of the unexpected (i.e., anomalies), to assess any&#xD;
problem signaled by the anomaly, and then to guide a response or&#xD;
solution that resolves it. The result is the Note-Assess-Guide procedure&#xD;
of what we call the Metacognitive Loop or MCL. To do this, we have&#xD;
implemented MCL-based systems that enable agents to help themselves;&#xD;
they must establish expectations and monitor them, note failed&#xD;
expectations, assess their causes, and then choose appropriate&#xD;
responses. Activities for this project have developed and refined a&#xD;
human-dialog agent and a robot navigation system to test the generality&#xD;
of this approach.</description>
      <pubDate>Wed, 12 Dec 2012 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://hdl.handle.net/1903/13333</guid>
      <dc:date>2012-12-12T00:00:00Z</dc:date>
    </item>
    <item>
      <title>An Effective Approach to Temporally Anchored Information Retrieval</title>
      <link>http://hdl.handle.net/1903/12879</link>
      <description>Title: An Effective Approach to Temporally Anchored Information Retrieval
Authors: Wei, Zheng; JaJa, Joseph
Abstract: We consider in this paper the information retrieval problem over a&#xD;
collection of time-evolving documents such that the search has to be&#xD;
carried out based on a query text and a temporal specification. A&#xD;
solution to this problem is critical for a number of emerging large&#xD;
scale applications involving archived collections of web contents,&#xD;
social network interactions, blog traffic, and information feeds. Given&#xD;
a collection of time-evolving documents, we develop an effective&#xD;
strategy to create inverted files and indexing structures such that a&#xD;
temporally anchored query can be processed fast using similar strategies&#xD;
as in the non-temporal case. The inverted files generated have exactly&#xD;
the same structure as those generated for the classical (non-temporal)&#xD;
case, and the size of the additional indexing structures is shown to be&#xD;
small. Well-known previous algorithms for constructing inverted files or&#xD;
for computing relevance can be extended to handle the temporal case.&#xD;
Moreover, we present high throughput, scalable parallel algorithms to&#xD;
build the inverted files with the additional indexing structures on&#xD;
multicore processors and clusters of multicore processors. We illustrate&#xD;
the effectiveness of our approach through experimental tests on a number&#xD;
of web archives, and include a comparison of space used by the indexing&#xD;
structures and postings lists and search time between our approach and&#xD;
the traditional approach that ignores the temporal information.</description>
      <pubDate>Fri, 17 Aug 2012 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://hdl.handle.net/1903/12879</guid>
      <dc:date>2012-08-17T00:00:00Z</dc:date>
    </item>
  </channel>
</rss>

