<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Research | SCU CoAI Lab</title><link>https://coai.scu.edu/research/</link><atom:link href="https://coai.scu.edu/research/index.xml" rel="self" type="application/rss+xml"/><description>Research</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><image><url>https://coai.scu.edu/media/icon_hu11734318148517933569.png</url><title>Research</title><link>https://coai.scu.edu/research/</link></image><item><title>Efficient AI Systems</title><link>https://coai.scu.edu/research/ai-systems/</link><pubDate>Wed, 09 Sep 2026 00:00:00 +0000</pubDate><guid>https://coai.scu.edu/research/ai-systems/</guid><description>&lt;h3 id="on-device-llm-inference-through-adaptive-sparsity">On-device LLM inference through adaptive sparsity&lt;/h3>
&lt;p>We study how to make large language models practical on resource-constrained devices by exploiting activation sparsity—the computations that a model does not need for a particular input. Our work spans the full inference stack: predicting sparsity before expensive operations begin, translating those predictions into skipped memory accesses and computation, and adapting the amount of sparsity at runtime so that efficiency gains do not come at an uncontrolled cost to model quality.&lt;/p>
&lt;p class="research-student">Students: &lt;a href="https://coai.scu.edu/author/ethan-lin/">Ethan Lin&lt;/a> · &lt;a href="https://coai.scu.edu/author/sirui-suri-wang/">Suri Wang&lt;/a>&lt;/p>
&lt;p class="research-student">Collaborators: &lt;a href="https://aisys.sogang.ac.kr/?page_id=40">Youngmin Yi&lt;/a> · &lt;a href="https://dates.yonsei.ac.kr/people">Joon-Sung Yang&lt;/a> · &lt;a href="https://www.linkedin.com/in/youngpyo-joo-24b08b48/">Youngpyo Joo&lt;/a> · &lt;a href="https://sydlab.net/people/">Chae Eun Rhee&lt;/a>&lt;/p>
&lt;h3 id="selected-publications">Selected publications&lt;/h3>
&lt;div class="research-publications">
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;img src="https://coai.scu.edu/media/research/acas-feedback-control.png" alt="ACAS feedback-control system for adapting activation sparsity during LLM inference">
&lt;figcaption>Closed-loop control adapts sparsity to measured output quality.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">IEEE TCAD · CODES 2026&lt;/span>
&lt;h4>Adaptive sparsity control&lt;/h4>
&lt;p>&lt;strong>ACAS&lt;/strong> treats sparsity as a runtime control problem. It monitors a quality signal and adjusts sparse execution online, allowing an on-device system to respond to changing inputs and operating conditions instead of relying on one fixed threshold.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://doi.org/10.1109/TCAD.2026.3725963">Paper&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;svg class="offn-composite" viewBox="-8 138 1036 565" role="img" aria-label="oFFN overview from slide 16: offline weight calibration above sparsity prediction and FFN computation">
&lt;image href="https://coai.scu.edu/media/research/offn-slide16.png" width="1800" height="1200"/>
&lt;!-- Preserve the source diagram; replace only overlapping calibration labels. -->
&lt;path d="M3 179 H173 V218 H240 V320 H135 V244 H3 Z" fill="white"/>
&lt;text x="12" y="178" font-family="Georgia, 'Times New Roman', serif" font-size="27" font-weight="bold">Offline Calibration&lt;/text>
&lt;text x="145" y="243" font-family="Georgia, 'Times New Roman', serif" font-size="20">
&lt;tspan x="145">Identify&lt;/tspan>&lt;tspan x="145" dy="23">outliers,&lt;/tspan>&lt;tspan x="145" dy="23">Hot/cold&lt;/tspan>&lt;tspan x="145" dy="23">neurons&lt;/tspan>
&lt;/text>
&lt;/svg>
&lt;figcaption>Offline structure enables efficient prediction and GPU execution.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">ASPLOS 2026&lt;/span>
&lt;h4>Structured FFNs for fast, accurate inference&lt;/h4>
&lt;p>&lt;strong>oFFN&lt;/strong> jointly organizes activation outliers and hot and cold neurons within the FFN. This structure supports accurate sparsity prediction and selects efficient computation paths as batch size changes, translating sparsity into practical end-to-end acceleration.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://doi.org/10.1145/3779212.3790194">Paper&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;img src="https://coai.scu.edu/media/research/sparseinfer-overview.png" alt="SparseInfer predicts activation sparsity before sparse matrix-vector operations">
&lt;figcaption>Predict sparsity before loading the corresponding FFN weights.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">DAC 2025 · DATE 2025&lt;/span>
&lt;h4>Efficient activation-sparsity prediction&lt;/h4>
&lt;p>&lt;strong>SparseInfer&lt;/strong> uses a lightweight, training-free predictor to expose activation sparsity before computation. &lt;strong>Grasp&lt;/strong> extends this direction with group-based, magnitude-aware prediction, improving the balance between prediction overhead and retained model quality.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://doi.org/10.23919/DATE64628.2025.10992997">Paper 1 (SparseInfer)&lt;/a>&lt;span>·&lt;/span>&lt;a href="https://doi.org/10.1109/DAC63849.2025.11132899">Paper 2 (Grasp)&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;/div></description></item><item><title>Real-Time Intelligent Systems</title><link>https://coai.scu.edu/research/intelligent-real-time-systems/</link><pubDate>Wed, 09 Sep 2026 00:00:00 +0000</pubDate><guid>https://coai.scu.edu/research/intelligent-real-time-systems/</guid><description>&lt;h3 id="intelligent-decisions-under-timing-and-resource-constraints">Intelligent decisions under timing and resource constraints&lt;/h3>
&lt;p>We design cyber-physical and robotic systems that make useful decisions within explicit timing and resource limits. Our work combines real-time scheduling, executable models of hardware–software interaction, and learning-enabled physical control so that an intelligent system can adapt to uncertainty without giving up predictable behavior.&lt;/p>
&lt;p class="research-student">Student: &lt;a href="https://coai.scu.edu/author/tejeswini-jayaramareddy/">Tejeswini Jayaramareddy&lt;/a>&lt;/p>
&lt;p class="research-student">Collaborator: &lt;a href="https://hokeun.github.io/">Hokeun Kim&lt;/a>&lt;/p>
&lt;h3 id="selected-publications">Selected publications&lt;/h3>
&lt;div class="research-publications">
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;svg class="value-aware-crop" viewBox="0 0 820 435" role="img" aria-label="Roadside unit authenticating connected vehicles in an intelligent transportation system">
&lt;image href="https://coai.scu.edu/media/research/value-aware-its-figure1.png" width="820" height="820"/>
&lt;/svg>
&lt;figcaption>An RSU prioritizes authentication as traffic and deadlines change.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">IEEE ESL 2026&lt;/span>
&lt;h4>Value-aware scheduling for intelligent transportation systems&lt;/h4>
&lt;p>At a busy intersection, a roadside unit may not have enough time or compute capacity to authenticate every connected-vehicle request. Our scheduler prioritizes feasible authentication task graphs by their expected contribution to system utility, increasing the value completed before global deadlines under heavy traffic or limited processor capacity.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://doi.org/10.1109/LES.2025.3597246">Paper&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;img src="https://coai.scu.edu/media/gnss-interrupt-pipeline.png" alt="Interrupt-driven pipeline from a GNSS subsystem through an interface microcontroller to a processor">
&lt;figcaption>Explicit timing models reveal safe interrupt and FIFO configurations.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">IEEE ESL 2026&lt;/span>
&lt;h4>Timing-aware integration of third-party automotive subsystems&lt;/h4>
&lt;p>Automotive systems often integrate third-party GNSS and other peripherals through finite FIFOs and interrupt-driven microcontroller interfaces. We model the complete hardware-software path and derive safe operating thresholds systematically, because timing choices can affect end-to-end functionality rather than performance alone.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://doi.org/10.1109/LES.2026.3727924">Paper&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;img src="https://coai.scu.edu/media/research/snake-robot-platform.png" alt="Electronics, sensors, and articulated body of a snake-like burrowing robot">
&lt;figcaption>Onboard sensing and control enable autonomous vertical burrowing.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">ICRA 2024&lt;/span>
&lt;h4>Low-power RL-assisted robotics&lt;/h4>
&lt;p>Our snake-like robot learns coordinated motions for vertical self-burrowing in granular material, where physical forces are difficult to model. Onboard inertial and magnetic sensing provide feedback for reaching target depths, illustrating how learning and embedded intelligence can enable adaptive physical behavior.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://doi.org/10.1109/ICRA57147.2024.10610264">Paper&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;/div>
&lt;p>Across these projects, our goal is adaptive intelligence with explicit timing, safety, and resource awareness—from individual embedded devices to distributed sensing and control pipelines.&lt;/p></description></item><item><title>Resource-Efficient Computer Vision</title><link>https://coai.scu.edu/research/resource-efficient-computer-vision/</link><pubDate>Wed, 09 Sep 2026 00:00:00 +0000</pubDate><guid>https://coai.scu.edu/research/resource-efficient-computer-vision/</guid><description>&lt;h3 id="efficient-perception-under-real-resource-limits">Efficient perception under real resource limits&lt;/h3>
&lt;p>We design computer-vision systems that reduce computation and latency without treating accuracy as an afterthought. Our work simplifies detector pipelines, targets the stages that dominate runtime, and adapts model execution to the structure of each application so that capable perception can move closer to sensors and resource-constrained platforms.&lt;/p>
&lt;p class="research-student">Student: &lt;a href="https://coai.scu.edu/author/rikesh-naresh-mehta/">Rikesh Naresh Mehta&lt;/a>&lt;/p>
&lt;p class="research-student">Collaborator: &lt;a href="https://eslab.cnu.ac.kr/">Hyungshin Kim&lt;/a>&lt;/p>
&lt;h3 id="selected-publication">Selected publication&lt;/h3>
&lt;div class="research-publications">
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;img src="https://coai.scu.edu/media/research/access-two-stage-detector.png" alt="Figure 2(b) from Kang, Yang, and Kim's IEEE Access paper: a simplified two-stage detector with a single feature and high-pass filtering">
&lt;figcaption>A single-feature detector reduces computation while preserving accuracy.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">IEEE Access 2025&lt;/span>
&lt;h4>Efficient two-stage detection for on-board remote sensing&lt;/h4>
&lt;p>We simplify feature extraction in two-stage detectors and recover accuracy through better positive-anchor selection and high-pass filtering in the region proposal network. The resulting design lowers computation and improves throughput while retaining competitive detection accuracy on high-resolution satellite imagery.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://doi.org/10.1109/ACCESS.2025.3599526">Paper&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;/div>
&lt;p>Our ongoing work under review extends this direction through joint optimization of DCNN inference and non-maximum suppression for satellite imagery, targeting higher throughput with tightly controlled accuracy loss.&lt;/p></description></item><item><title>Secure &amp; Reliable Systems</title><link>https://coai.scu.edu/research/secure-reliable-systems/</link><pubDate>Wed, 09 Sep 2026 00:00:00 +0000</pubDate><guid>https://coai.scu.edu/research/secure-reliable-systems/</guid><description>&lt;h3 id="adaptive-protection-across-changing-conditions">Adaptive protection across changing conditions&lt;/h3>
&lt;p>We build systems that remain safe and dependable as physical conditions, workloads, and attack surfaces change. Our research connects hardware behavior with runtime monitoring and lightweight control, seeking protection mechanisms that respond to the environment while retaining measurable security guarantees and bounded overhead.&lt;/p>
&lt;p class="research-student">Student: &lt;a href="https://coai.scu.edu/author/aziz-alajmi/">Aziz Alajmi&lt;/a>&lt;/p>
&lt;h3 id="selected-publication">Selected publication&lt;/h3>
&lt;div class="research-publications">
&lt;article class="research-publication">
&lt;figure class="research-publication-figure">
&lt;img src="https://coai.scu.edu/media/research/temperature-aware-rowhammer.svg?v=2" alt="Temperature-aware RowHammer defense lowers its mitigation threshold as DRAM temperature increases">
&lt;figcaption>Hotter DRAM lowers the safe threshold and triggers earlier mitigation.&lt;/figcaption>
&lt;/figure>
&lt;div class="research-publication-copy">
&lt;span class="research-venue">DRAMSec 2026&lt;/span>
&lt;h4>Temperature-aware RowHammer protection&lt;/h4>
&lt;p>&lt;strong>Dynamic RowHammer Threshold Management&lt;/strong> adapts defense thresholds to live temperature and device variation. The study shows how runtime calibration can remove PRAC’s high-temperature staleness breaches and substantially reduce SALT-C breaches with limited latency overhead, while also exposing defenses whose protection is constrained by capacity rather than threshold choice.&lt;/p>
&lt;p class="research-paper-links">&lt;a href="https://arxiv.org/abs/2607.10392">Paper&lt;/a>&lt;/p>
&lt;/div>
&lt;/article>
&lt;/div>
&lt;p>This work reflects our broader direction: cross-layer resilience grounded in explicit evidence about protection, performance cost, and the limits of each mitigation mechanism.&lt;/p></description></item></channel></rss>