
MIT researchers created an automated evaluation method to assess the ethical implications of autonomous systems in decision-making. This framework uses a large language model to balance measurable outcomes with subjective values like fairness.
Read original
© Google Research BlogGoogle Research has been delving into how AI can aid individuals in comprehending skin conditions, with their latest findings published in JAMA Dermatology. Their studies reveal that AI tools can significantly enhance users' ability to identify skin conditions compared to traditional search methods. Despite this improvement in condition identification, the AI tools still face challenges in guiding users on the appropriate medical actions to take. This research demonstrates the potential of AI to make dermatological information more accessible to the public, although further refinement is necessary to enhance decision-making support.
© Google Research BlogIn a novel approach to sustainable computing, researchers at UC San Diego, with support from Google, are repurposing retired smartphones into a low-carbon cloud computing platform. By extracting and clustering the motherboards of 2,000 Pixel phones, they aim to create a datacenter that offers low-cost computing power while reducing the need for new hardware. This initiative not only addresses the carbon footprint of manufacturing but also leverages the surprising power of smartphone processors, which can rival modern servers. The project will serve as a testbed for the viability of smartphone-based computing at scale, potentially transforming how educational institutions manage their computing resources.
Hugging Face's blog post dives into the profiling of PyTorch operations, focusing on the shift from basic matrix operations to using nn.Linear and constructing a Multilayer Perceptron (MLP). The article reveals how nn.Linear manages operations by integrating bias addition into the matrix multiplication kernel, effectively reducing overhead. It also examines the limited impact of torch.compile on single operations, pointing out its potential in more complex scenarios. These insights are crucial for developers aiming to optimize deep learning models on GPUs, as they provide a deeper understanding of how to maximize performance and efficiency.