All Work
Title
Topic
-
‘Image as Set of Points’
“Convolutional Networks (ConvNets) consider an image as organized pixels in a rectangular shape and extract features via convolutional operation in local region; Vision Transformers (ViTs) treat an image as a sequence of patches and extract features via attention mechanism in a global range. In this work, we introduce a straightforward and promising paradigm for visual representation, which is called Context Clusters. Context clusters (CoCs) view an image as a set of unorganized points and extract features via simplified clustering algorithm.” Read the paper and see the full list of authors in ArXiv.
-
‘Multi-Objective Optimization of Custom Compound Prism Arrays for Multiplexed Optical Imaging’
“Compound prism arrays are a powerful, yet underutilized, solution for producing high transmission and customized chromatic dispersion profiles over broad bandwidths, the quality of which is unobtainable with commercially available prisms or diffraction gratings. However, the computational complexity associated with designing these prism arrays presents a barrier to the widespread adoption of their use. Here we introduce customizable prism designer software that facilitates high-speed optimization of compound arrays guided by target specifications for chromatic dispersion linearity and detector geometry.” Read the paper and see the full list of authors in Optics Express.
-
Northeastern University Qualitative Research Conference builds ‘a global community’
Hosted by professors Stine Grodal and Jamie Ladge, as well as postdoctoral associate Gabriel Sala, the Northeastern University Qualitative Research Conference is “a free half-day online conference” that aims “to build a global community of qualitative scholars in order to advance qualitative methods and develop junior scholars.” The conference was hosted on March 1st, 2023.
-
Odom lays out a ‘Road Map To Organizational Resilience’
Associate professor of management Curtis Odom has written “The Road Map To Organizational Resilience.” Some of the tenets he lays out include: soliciting “feedback from employees,” conducting “operational reviews,” and designing “continuous improvement initiatives, among others.
-
Fang receives patent for non-invasive brain imaging probe
“A flexible head probe and modular head probe system that includes an optical functional near-infrared spectroscopy (fNIRS) system and integrated position sensor. The head probe and modular head probe system determines physiological data based upon the optical information gathered by the fNIRS system and gathers motion and position data from the position sensor. The physiological data and motion and position data are combined to permit topographical and tomographic analyses of a user’s brain tissue.”
-
‘Co-Encapsulation of Drugs for Topical Application—A Review’
“Achieving the best possible outcome for the therapy is the main goal of a medicine. Therefore, nanocarriers and co-delivery strategies were invented to meet this need, as they can benefit many diseases. This approach was applied specifically for cancer treatment, with some success.” Read “Co-Encapsulation of Drugs for Topical Application—A Review” and see the full list of authors in Molecules.
-
‘High Probability Convergence of Stochastic Gradient Methods’
“In this work, we describe a generic approach to show convergence with high probability for both stochastic convex and non-convex optimization with sub-Gaussian noise. In previous works for convex optimization, either the convergence is only in expectation or the bound depends on the diameter of the domain. Instead, we show high probability convergence with bounds depending on the initial distance to the optimal solution. The algorithms use step sizes analogous to the standard settings and are universal to Lipschitz functions, smooth functions, and their linear combinations.” Read the paper and see the full list of authors in ArXiv.
-
‘Image to Sphere: Learning Equivariant Features for Efficient Pose Prediction’
“Predicting the pose of objects from a single image is an important but difficult computer vision problem. Methods that predict a single point estimate do not predict the pose of objects with symmetries well and cannot represent uncertainty. Alternatively, some works predict a distribution over orientations in SO(3). However, training such models can be computation- and sample-inefficient. Instead, we propose a novel mapping of features from the image domain to the 3D rotation manifold. ” Read the paper and see the full list of authors in ArXiv.
-
Advances in ‘multimaterial 3D printers’
In the effort to create “multimaterial 3D printers,” the printers often only “allow printing of one material at a time, with limited ability of mixing multiple materials.” In this paper, researchers describe a “new 3D printer which eliminates the above shortcoming by merging the Fused Filament Fabrication and Direct Ink Write in one compact system.” Read “Closed-loop direct ink extruder system with multi-part materials mixing” and see the full list of authors in Additive Manufacturing.
-
‘SantaCoder: Don’t Reach for the Stars!
“The BigCode project is an open-scientific collaboration working on the responsible development of large language models for code. This tech report describes the progress of the collaboration until December 2022, outlining the current state of the Personally Identifiable Information (PII) redaction pipeline, the experiments conducted to de-risk the model architecture, and the experiments investigating better preprocessing methods for the training data. … We find that more aggressive filtering of near-duplicates can further boost performance and, surprisingly, that selecting files from repositories with 5+ GitHub stars deteriorates performance significantly.” Find the paper and the full list of authors at ArXiv.
-
‘Do Machine Learning Models Produce TypeScript Types that Type Check?’
“Type migration is the process of adding types to untyped code to gain assurance at compile time. TypeScript and other gradual type systems facilitate type migration by allowing programmers to start with imprecise types and gradually strengthen them. … Existing machine learning models report a high degree of accuracy in predicting individual TypeScript type annotations. However, in this paper we argue that accuracy can be misleading, and we should address a different question: can an automatic type migration tool produce code that passes the TypeScript type checker?” Read the paper and see the full list of authors in ArXiv.
-
‘CHiLL: Zero-Shot Custom Interpretable Feature Extraction From Clinical Notes With Large Language Models’
“Large Language Models (LLMs) have yielded fast and dramatic progress in NLP, and now offer strong few- and zero-shot capabilities on new tasks, reducing the need for annotation. This is especially exciting for the medical domain, in which supervision is often scant and expensive. At the same time, model predictions are rarely so accurate that they can be trusted blindly. … We propose CHiLL (Crafting High-Level Latents), which uses LLMs to permit natural language specification of high-level features for linear models via zero-shot feature extraction using expert-composed queries.” Find the paper and the full list of authors in ArXiv.
-
Jornet receives best demo for ‘Adversarial Aerial Metasurfaces’ at ACM HotMobile 2023
“Electrical and computer engineering associate professor Josep Jornet received the Best Demo Award at the 24th International Workshop on Mobile Computing Systems and Applications (HotMobile) for the work titled ‘Adversarial Aerial Metasurfaces,’ with electrical engineering student Sherif Badran, PhD’26, and collaborators at Rice and Brown Universities.”
-
‘Certifiably Correct Range-Aided SLAM’
“We present the first algorithm capable of efficiently computing certifiably optimal solutions to range-aided simultaneous localization and mapping (RA-SLAM) problems. Robotic navigation systems are increasingly incorporating point-to-point ranging sensors, leading state estimation which takes the form of RA-SLAM. However, the RA-SLAM problem is more difficult to solve than traditional pose-graph SLAM … a single range measurement does not uniquely determine the relative transform between the involved sensors, and RA-SLAM inference is highly sensitive to initial estimates.” Read the paper and see the full list of authors in ArXiv.
-
‘Why is the State of Neural Network Pruning so Confusing?’
“The state of neural network pruning has been noticed to be unclear and even confusing for a while, largely due to ‘a lack of standardized benchmarks and metrics.’ To standardize benchmarks, first, we need to answer: what kind of comparison setup is considered fair? … Meanwhile, we observe several papers have used (severely) sub-optimal hyper-parameters in pruning experiments, while the reason behind them is also elusive. These sub-optimal hyper-parameters further exacerbate the distorted benchmarks, rendering the state of neural network pruning even more obscure.” Read the paper and see the full list of authors in ArXiv.
-
‘Adaptive Test Generation Using a Large Language Model’
“Unit tests play a key role in ensuring the correctness of software. However, manually creating unit tests is a laborious task, motivating the need for automation. This paper presents TestPilot, an adaptive test generation technique that leverages Large Language Models (LLMs). TestPilot uses Codex, an off-the-shelf LLM, to automatically generate unit tests for a given program without requiring additional training or few-shot learning on examples of existing tests.” Read the paper and see the full list of authors in ArXiv.
-
‘Improving Deep Policy Gradients With Value Function Search’
“Deep Policy Gradient (PG) algorithms employ value networks to drive the learning of parameterized policies and reduce the variance of the gradient estimates. However, value function approximation gets stuck in local optima and struggles to fit the actual return, limiting the variance reduction efficacy and leading policies to sub-optimal performance. This paper focuses on improving value approximation and analyzing the effects on Deep PG primitives such as value prediction, variance reduction, and correlation of gradient estimates with the true gradient.” Read the paper and see the full list of authors in ArXiv.
-
‘Safe Deep Reinforcement Learning by Verifying Task-Level Properties’
“Cost functions are commonly employed in Safe Deep Reinforcement Learning (DRL). However, the cost is typically encoded as an indicator function due to the difficulty of quantifying the risk of policy decisions in the state space. Such an encoding requires the agent to visit numerous unsafe states to learn a cost-value function to drive the learning process toward safety. … In this paper, we investigate an alternative approach that uses domain knowledge to quantify the risk in the proximity of such states by defining a violation metric.” Read the paper and see the full list of authors in ArXiv.
-
Flood dangers rise as shipping channels deepen
Maqsood Mansur, graduate teaching assistant, assistant professor Julia Hopkins and professor Qin Jim Chen, have published a study investigating if “depth increase in a navigational channel in an estuarine region results in the amplification of the inland penetration of storm surge, thereby increasing the flood vulnerability,” concluding “that even the most conservative scenario of [sea-level rise] will cause an approximately 51% increase in flooded area in … the deepest ship channel.” Find “Estuarine Response to Storm Surge and Sea-Level Rise Associated with Channel Deepening: A Flood Vulnerability Assessment of Southwest Louisiana, USA” and the full list of authors in Natural…
-
Landherr receives American Institute of Chemical Engineers grant to create instructional comic for high schoolers
“Chemical engineering distinguished teaching professor Lucas Landherr has received a $3,500 grant from the American Institute of Chemical Engineers Foundation to create a comic that details the work of chemical engineering for high school seniors and first-year college engineering students.”
-
‘Efficient Resilient Functions’
“An n-bit boolean function is resilient to coalitions of size q if no fixed set of q bits is likely to influence the value of the function when the other n — q bits are chosen uniformly at random, even though the function is nearly balanced. We construct explicit functions resilient to coalitions of size q = n/(log n)O(log log n) = n1-o(1) computable by linear-size circuits and linear-time algorithms. We also obtain a tight size-depth tradeoff for computing such resilient functions.” Read the paper and see the full list of authors at SIAM.
-
Tadigadapa joins 2023 National Academy of Inventors as Senior Member
Professor and chair of electrical and computer engineering Srinivas Tadigadapa has been named as a Senior Member of the National Academy of Inventors. The National Academy of Inventors “was founded in 2010 to recognize and encourage inventors with patents issued from the United States Patent and Trademark Office, enhance the visibility of academic technology and innovation, encourage the disclosure of intellectual property, educate, and mentor innovative students, and translate the inventions of its members to benefit society,” they write in their mission statement.
-
Hofmann wins Outstanding Dissertation Award for work in disability studies and human-computer interaction
Megan “Hofmann, a senior research fellow at Khoury College who will begin as an assistant professor this fall,” Matty Wasserman writes for the Khoury College of Computer Science, had been awarded with the SIGCHI Outstanding Dissertation Award for her work “within the fields of human–computer interaction (HCI) and digital fabrication.”
-
Innovations in printed electronics: Transistors in silicon
Professor of electrical and computer engineering Ravinder Dahiya, in collaboration with researchers from the University of Glasgow, has published research that advances electronic printing. Printing “high-performance and stable transistors … remains a major challenge. This is because of the difficulties to print high-mobility semiconducting materials and the lack of high-resolution printing techniques,” they write. Crucially, the researchers now propose “silicon based … transistors to demonstrate the possibility of developing high-performance complementary metal–oxide–semiconductor… computing architecture.” Read “Printed n- and p-Channel Transistors using Silicon Nanoribbons Enduring Electrical, Thermal, and Mechanical Stress” and see the full list of authors in ACS Publications.
-
‘NapSS: Paragraph-Level Medical Text Simplification via Narrative Prompting and Sentence-Matching Summarization’
“Accessing medical literature is difficult for laypeople as the content is written for specialists and contains medical jargon. Automated text simplification methods offer a potential means to address this issue. In this work, we propose a summarize-then-simplify two-stage strategy, which we call NapSS, identifying the relevant content to simplify while ensuring that the original narrative flow is preserved. In this approach, we first generate reference summaries via sentence matching between the original and the simplified abstracts.” Read the paper and see the full list of authors in ArXiv.