15 Representative Papers (Y. Charlie Hu)


(Google Scholar: y. charlie hu)

The following 15 selected publications represent a good sampling of our work:

    Smartphone Energy Management

  1. "Fine-Grained Power Modeling for Smartphones Using System Call Tracing." Abhinav Pathak, Y. Charlie Hu, Ming Zhang, Paramvir Bahl, and Yi-Ming Wang. EuroSys: European Conference on Computer Systems, 2011. (500 cites in Google Scholar)

    This paper points out that several fundamental assumptions behind power models for mobile devices developed in the 1990's do not hold on modern smartphones, and develops a system-call-based power model -- the first power model that captures unique smartphone power behavior yet can map the phone component power beheavior back to the program entities that triggerd them. The model laid the foundation for developing energy profiling and diagnostic tools for mobile apps on modern smartphones.

  2. "Where is the energy spent inside my app? Fine Grained Energy Accounting on Smartphones with Eprof", Abhinav Pathak, Y. Charlie Hu, Ming Zhang. EuroSys, 2012. (Best Student paper Award) (900 cites in Google Scholar)

    Building on a key property of the above power model, that using system calls as triggers in the power model enables easy mapping of power activities back to the responsible program entities in the app source code, the paper develops the first source-code-level energy profiler for smartphone apps, 30 years after the original performance profiler gprof from UC Berkeley (published in PLDI 1982).

    Eprof enables energy-aware app development --it identifies energy bottlenecks among potentially millions of lines of complex app source code. It has been commercialized by Mobile Enerlytics, LLC, and deployed at top app vendors such as Pandora and Handset vendors such as Lava International to optimize the battery drain of apps running on a few hundred millions smartphones.

  3. "What is keeping my phone awake? Characterizing and Detecting No-Sleep Energy Bugs in Smartphone Apps." Abhinav Pathak, Abhilash Jindal, Y. Charlie Hu, and Samuel Midkiff. Proc. of ACM MobiSys, 2012. (350 cites in Google Scholar)

    This paper conducted ground-breaking research on energy bugs in mobile apps, by characterizing the prevalence of a class of energy bugs in smartphone apps that are caused by misuse of the Android wakelock power control API by app developers and their severe impact on the smartphone battery life, and developing the first detection technique based on static analysis for detecting them.

    Two months after the paper was published, Google implemented a version of the algorithm in Android Development Toolkit which has been used by Android app developers all over the world.

  4. "Smartphone Energy Drain in the Wild: Analysis and Implications." Xiaomeng Chen, Abhilash Jindal, N. Ding, Y. Charlie Hu, Maruti Gupta, Rath Vannithamby. Proc. of ACM Sigmetrics, 2015. (150 cites in Google Scholar)

    Eight years into the smartphone era, with 2 billion smartphones around the world, and about 700 papers following up our original work (above papers), the industry and research community still had no clear understanding of how smartphone battery was drained in the wild under normal usage. This work (1) solved the key technical challenge of how to measure detailed energy drain (by components, by apps, and by activities) on unmodified phones in-the-wild; (2) performed the first large-scale in-the-wild measurement study (1520 Galaxy phones from 56 countries) of energy drain of smartphones under normal daily usage, (3) provided the first insight into major sources of energy drain in-the-wild, which have significant implications to key players of the Android phone eco-system, including phone vendors (e.g., Samsung), Android developers, app developers, and the billions smartphone users, towards the common goal of extending smartphone battery life and improving the user mobile experience.

    The study was widely covered in the media such as this (Scientific American podcast.)

  5. "Smartphone background activities in the wild: Origin, energy drain, and optimization." Xiaomeng Chen, Abhilash Jindal, N. Ding, Y. Charlie Hu, Maruti Gupta, Rath Vannithamby. Proc. of ACM MobiCom, 2015.

    The paper developed HUSH, the first app background activity manager inside Android that applies learning to dynamically suppress app background activities learned to be not useful to individual phone users, and was shown to reduce the average daily battery drain by 16% across a 2000-galaxy phone/user trace.

    In 2015, Adroid Mashmallow added a feature very similar to HUSH called app-standby. HUSH was released in Github and was forked over 50 times by the Android developer community to retrofit into older versions of Android, and widely covered in media such as BBC.

    Distributed Systems, Operating Systems

  6. "Runtime Support for Distributed Sharing in Safe Languages", Y. Charlie Hu, Weimin Yu, Alan Cox, Dan Wallach, and Willy Zwaenepoel. ACM Transactions on Computer Systems, vol 21(1), pp. 1-35, 2003.

    A long-standing, fundamental research challenge in Distributed Systems had been how to design efficient Distributed Shared Memory systems to support parallel computing on networks of workstations. This work developed the first system that enables efficient and transparent sharing of data with both fine-grained and coarse-grained access patterns, and practically closed the chapter on the 15-year-long intensively-researched topic in Distributed Systems.

  7. "Program Counter Based Pattern Classification in Buffer Caching", Chris Gniady, Ali Butt, and Y. Charlie Hu. Proc. Of Operating Systems Design and Implementation (OSDI), 2004. (150 cites in Google Scholar)
  8. "Program Counter Based Techniques for Dynamic Power Management", Chris Gniady, Y Charlie Hu, and Yung-Hsiang Lu. Proc. of HPCA, 2004. (120 cites in Google Scholar)

    These two papers (250 cites) contributed to an OS design trend that exploits architectural information readily available during program execution such as the program counter. The new buffer cache replacement technique developed was cited in Tanenbaum's textbook on Modern Operating Systems (3rd Ed.), and was once pursued by Linux core developers for incorporation into Linux.

  9. "The Performance Impact of Kernel Prefetching on Buffer Cache Replacement Algorithms", Ali R. Butt, Chris Gniady, and Y. Charlie Hu. ACM SIGMETRICS, 2005. (175 cites in Google Scholar)

    All File System buffer cache replacement algorithms proposed since 90’s were studied without taking into account kernel-driven prefetching, supported in all modern operating systems. This "whistle-blowing" paper points out the significant fallacy in this methodology. It shows kernel prefetching can have a significant impact on the relative performance of replacement algorithms. The study had an immediate impact; all subsequent papers on buffer cache replacement techniques incorporated kernel prefetching.

    Computer Networking, Wireless Networking

  10. "The only constant is change: incorporating time-varying network reservations in data centers". Di Xie, Ning Ding, Y. Charlie Hu, Ramana Kompella. Proc. of ACM SIGCOMM 2012. (370 cites in Google Scholar)

    Networking reservation is performed to ensure predictability in application performance in cloud datacenters, but the previous abstraction for specifying application network requirement assumes the requirement remains constant over app execution. The paper for the first time points out application networking requirement is time-varying and proposed the first simple yet effective abstraction that captures such behavior, and shows such an abstraction results in significantly higher utilization of data centers and lower cost to cloud customers than prior art that ignores the time-varying effect.

  11. "Optimizing Cost and Performance in Online Service Providers", Zheng Zhang, Ming Zhang, Albert Greenberg, Y. Charlie Hu, Ratul Mahajan, Blaine Christian. USENIX NSDI, 2010. (150 cites in Google Scholar)

    This work developed the first Traffic Engineering system for Online Service Provider networks to jointly optimize their ISP cost and end-to-end user traffic performance, and was shown to reduce Microsoft OSP's ISP cost by 40% without any increase in service latency.

  12. "iSPY: Detecting IP Prefix Hijacking on My Own", Zheng Zhang, Ying Zhang, Y. Charlie Hu, Z. Morley Mao, Randy Bush. Proc. of ACM SIGCOMM, 2008. (230 cites in Google Scholar)

    IP prefix hijacking poses a serious threat to Internet routing security and was intensively studied by the SIGCOMM community and industry. All previous proposals required a large number of monitors distributed over the Internet. The paper shows that a simple, elegant IP prefix hijacking detection system, iSPY, using exactly one monitor in the home ISP, can overcome all the drawbacks of prior art. The work practically closed the chapter on IP prefix hijacking detection.

  13. Performance comparison of scalable location services for geographic ad hoc routing. S.M. Das, H. Pucha, Y. Charlie Hu, Proc. of INFOCOM 2005. (320 cites in Google Scholar)

    Scalable routing in mobile ad hoc networks remained arguably the hardest problem faced by mobile ad hoc networking research throughout the 90’s into early 2000's. This work shows that a simple, practical geographic hashing based location service for mobile ad hoc networks can be far more scalable and robust than previous state-of-the-art, highly complex hierarchical location schemes such as GLS from MIT (MobiCom 2000), and influenced all future research on this hot topic.

    Starting New Research Areas: Mobile Peer-to-Peer Computing, P2P Meets Grid Computing

  14. "Exploiting the Synergy between Peer-to-Peer and Mobile Ad Hoc Networks", Y. Charlie Hu, Saumitra Das, and Himabindu Pucha. Workshop on Hot Topics in Operating Systems, 2003. (150 cites in Google Scholar)

    This paper for the first time points out p2p overlay networks and mobile ad hoc networks share significant commonalities, and advocates exploiting the synergy between the two as a promising new area. The paper stimulated much community research interests and activities, e.g. Dagstuhl Seminar on "P2P MANETs: New Research Issues" in 2005, creation of the annual IEEE Workshop on Mobile Peer-to-Peer. The HotOS and its follow-up full paper (Ekta at WMCSA 2004) were cited over 380 times.

  15. "A Self-Organizing Flock of Condors", Ali Butt, Rongmei Zhang, and Y. Charlie Hu. IEEE/ACM SC Conference, 2003. (Nominated for Best Student Paper of SC 2003) (180 cites in Google Scholar)

    This and a companion paper (SC 2004) started one of the first two significant efforts (the other was by Ian Foster) on exploring the peer-to-peer (p2p) paradigm in solving a key challenge in the Computational Grid: how to manage shared resources over multiple administrative domains, such as compute cycles (this paper) and storage (SC 2004).