Publications

  • [ISPASS 2024] APGPM: Automated PMC-based Power Modeling Methodology for Modern Mobile GPUs poster
    Pranab Dash; Y. Charlie Hu; Abhilash Jindal;

  • [DEEM 2024] Reactive Dataflow for Inflight Error Handling in ML Workflows workshop
    Abhilash Jindal; Kaustubh Beedkar; Vishal Singh; Jawahar Nausheen Mohammed; Tushar Singla; Aman Gupta; Keerti Choudhary;
    See more Reviewer summary: The paper presents a novel dataflow framework designed to efficiently manage errors generated by machine learning (ML) models within ML workflows, by introducing a novel cyclic graph-based dataflow model.
    Encouraging reviewer comment: The underlying issue of improving ML pipelines by applying data-centric AI techniques to end-to-end pipelines, which necessitates techniques like fine-grained provenance tracking and selective refreshing, is very important. The proposed system addresses these issues in a principled way, although many practical challenges remain (also highlighted as open challenges in the paper). It seems like the system is also able to deal with particularly complex "inflight error handling" scenarios (even ones that are much more complex than what typical usage scenarios probably look like). Nice formalisation of the properties of the incurred dataflow operations.

  • [HotMobile 2023] Viability of unikernels for phones demo
    Shreyas K; Abhilash Jindal;

  • [GetMobile 2022] Experience: Developing a Usable Battery Drain Testing and Diagnostic Tool for the Mobile Industry invited article
    Abhilash Jindal; Y Charlie Hu;

  • [SANER 2022] An Empirical Study on the Impact of Deep Parameters on Mobile App Energy Usage poster
    Qiang Xu; James C. Davis; Y Charlie Hu; Abhilash Jindal;

  • [VLDB 2022] Blueprint: a constraint-solving approach for document extraction conference
    Andrey Mishchenko; Dominique Danco; Abhilash Jindal; Adrian Blue;
    See more Reviewer summary: The work studies the problem of extracting fields/entities (such as name, gender, date of birth, etc.) from documents that follow similar templates. Based on their prior experience writing procedural document extraction programs in an industrial setting, the authors explain the drawbacks of using procedural languages for document extraction and present the declarative Blueprint language for template-based document extraction. Blueprint allows the specification of extraction programs through constraints that describe the relationship between entities to be extracted and/or auxiliary information (such as labels that appear in front of such entities). To further simplify the process of writing Blueprint programs, the work presents Studio; a combination of a program inference algorithm and a no-code UI. Given labeled data, Studio synthesizes a Blueprint program and presents the resulting constraints to the user for further editing as needed. Limited experiments on extracting information from passports show that Blueprint and Studio have comparable accuracy to LayoutLM (a deep learning approach for document extraction), but require much lower resources (in terms of run-time and memory usage). Moreover, the paper includes a detailed error analysis of both approaches, explaining their respective failure modes, as well as qualitative feedback received from users of the system (which has been made publicly available).
    Encouraging reviewer comment: I found the combination of declarative language for document extraction, program inference to bootstrap program generation, and UI to help users debug and correct the inferred program very interesting. Combined with the detailed error analysis of the proposed approach and LayoutLM it has the potential to lead to many interesting discussions during the conference on rule-based vs deep learning approaches, their respective benefits in industrial settings, and their potential linking points.

  • [MobiCom 2021] Experience: Developing a Usable Battery Drain Testing and Diagnostic Tool for the Mobile Industry conference
    Best Community Paper Award
    Abhilash Jindal; Y Charlie Hu;
    See more Reviewer summary: This paper considers the design of a usable battery drain testing and diagnosis tool for mobile devices. In particular, it describes experience turning an academic prototype tool (BDPROTO) into a industry grade tool (BDTOOL), elaborating on the requirements from industry and how they influenced the revamp/redesign of the tool. Further, it shows effectiveness of the tool in terms of accuracy and repeatability through results benchmarked against ground truth. It also shows how the tool has helped identify battery drain related bugs or issues with two popular apps (Netflix and CNN). The paper wraps up with reflections on things to keep in mind when taking academic research prototypes towards industrial adoption.
    Encouraging reviewer comment: This submission is quite convincing in its description of the BDTool, its applications and use cases. It is well written, and contains observations likely to be of value to part of the community interested in energy-related mobile issues. Description of the requirements are well organized, and aligned with solutions that were eventually incorporated within the tool. The case studies referring to Netflix was especially of interest. I expect some of the issues raised, and have yet to be completely addressed would be motivational to the research/academic audience.

  • [OSDI 2018] Differential energy profiling: energy optimization via diffing similar apps conference
    Abhilash Jindal; Y Charlie Hu;
    See more Reviewer summary: The paper presents a new type of energy profiler for Android apps, which is based on two innovations: 1) a new technique for identifying meaningful 'tasks' from call graphs, using a special type of subgraph that is called an 'Eflask', and 2) a way to correlate tasks from different apps that implement similar functionality, so as to identify tasks that are implemented efficiently in one app but inefficiently in another. The profiler has been applied to popular Android apps from eight categories, and has found several significant energy bugs.
    Encouraging reviewer comment: Overall, this looks like a quality paper. Saving energy on mobile devices is an important problem, and DiffProf seems to be doing a nice job. But what I particularly liked was the idea of identifying comparable tasks in related apps and using pairs of tasks to look for unusually inefficient implementations. I personally found it surprising that this could be done at all, and was impressed to see it done on a large number of popular Android apps, with very good results. I also found it interesting that these apps have such big differences in how they implement these tasks (ranging from nicely efficient to horribly inefficient), and that these differences could not only be found but distilled into specific advice fairly easily.

  • [US Patent 2016] Systems and methods of detecting power bugs patent
    Yu Charlie Hu; Abhilash Jindal; Samuel Midkiff; Abhinav Pathak;

  • [ATC 2016] Unsafe time handling in smartphones conference
    Abhilash Jindal; Y Charlie Hu; Samuel Midkiff; Prahlad Joshi;
    See more Reviewer summary: Smartphones frequently suspend all activity to conserve energy after short periods of user inactivity. Sleep induced time bugs (SITBs) are bugs that occur due to suspension happening within a sequence of time-related operation, such as measuring the duration of an operation (take time, do op, take time, subtract the two). SITBs are defined to be bugs that result in incorrect software behavior (as opposed to previously characterized time-related bugs that preserved correctness but resulted in energy being wasted). The authors investigate all time-related functions invoked in Android's kernel, framework, and a few hundreds of apps. They characterize to their usage pattern (there are four types: callbacks, setting, arithmetic, and logging). The implement the KLOCK tool for detecting SITBs and uncover a few dozens of bugs, confirming some of them with the community.
    Encouraging reviewer comment: The class of bugs (Sleep Induced Time Bugs) is interesting as these bugs occur rarely and hence are difficult to detect by dynamic approaches. Their analysis is simple (data flow analysis) and reasonably effective: some timing bugs in the Linux kernel have been discovered and been patched by them (https://github.com/torvalds/linux/commits?author=klock-android).

  • [WWW 2015] Energy and performance of smartphone radio bundling in outdoor environments conference
    Ana Nika; Yibo Zhu; Ning Ding; Abhilash Jindal; Y Charlie Hu; Xia Zhou; Ben Y Zhao; Haitao Zheng;

  • [SIGMETRICS 2015] Smartphone energy drain in the wild: Analysis and implications conference
    Xiaomeng Chen; Ning Ding; Abhilash Jindal; Y Charlie Hu; Maruti Gupta; Rath Vannithamby;

  • [MobiCom 2015] Smartphone background activities in the wild: Origin, energy drain, and optimization conference
    Xiaomeng Chen; Abhilash Jindal; Ning Ding; Yu Charlie Hu; Maruti Gupta; Rath Vannithamby;

  • [Applied Soft Computing 2013] Multi-objective optimization and decision making approaches to cricket team selection journal
    Faez Ahmed; Kalyanmoy Deb; Abhilash Jindal;

  • [HotPower 2013] How much energy can we save from prefetching ads?: energy drain analysis of top 100 apps workshop
    Xiaomeng Chen; Abhilash Jindal; Y Charlie Hu;

  • [HotPower 2013] On death, taxes, and sleep disorder bugs in smartphones workshop
    Abhilash Jindal; Abhinav Pathak; Y Charlie Hu; Samuel Midkiff;

  • [Eurosys 2013] Hypnos: understanding and treating sleep conflicts in smartphones conference
    Abhilash Jindal; Abhinav Pathak; Y Charlie Hu; Samuel Midkiff;

  • [MobiSys 2012] What is keeping my phone awake?: characterizing and detecting no-sleep energy bugs in smartphone apps conference
    Abhinav Pathak; Abhilash Jindal; Y Charlie Hu; Samuel P Midkiff;

  • [Computational Imaging 2011] Colour image compression by grey to colour conversion poster
    Mark S Drew; Graham D Finlayson; Abhilash Jindal;

  • [SEMMCO 2011] Cricket team selection using evolutionary multi-objective optimization conference
    Faez Ahmed; Abhilash Jindal; Kalyanmoy Deb;