Artificial Intelligence

AI Research News

Discover the latest AI research & find out how AI, Machine Learning and advanced algorithms impact our lives, our jobs and the economy, all thanks to expert articles that include discussion on the potential, limits and consequences of AI.

Top news of the week: 22.06.2022.

Sentience
Scientific method
Data compression
Answer
Noise
Human

@soumithchintala shared
On Jun 16, 2022
RT @TweetEdMiller: Ahead of #CVPR2022 , I’m excited to share the open dataset of Project Aria data from Meta Reality Labs, along with accompanying open research tools designed to accelerate AI and ML research. https://t.co/tPuJFLMjG1 A little about the dataset and why I think it’s so exciting… 1/n https://t.co/VOXP0stfPc
Open
Project Aria Pilot Dataset

Project Aria Pilot Dataset

The Aria Pilot Dataset is a collection of 159 sequences captured using Project Aria, to accelerate the state of machine perception and AI.

@etzioni shared
On Jun 17, 2022
RT @allen_ai: "Life is not an optimization problem. Life is what happens in real-time in a very vague context." -AI2's outgoing CEO @etzioni in an insightful interview with @Analyticsindiam, reflecting on his career and discussing the meaning and future of AI. https://t.co/wl7nPcJxAk
Open
Paul Allen liked the fact that I wasn’t an academic: Dr Oren Etzioni, CEO, AI2

Paul Allen liked the fact that I wasn’t an academic: Dr Oren Etzioni, CEO, AI2

Over the last eight years, AI2 researchers have published close to 700 seminal papers in AI and ML.

@mxlearn shared
On Jun 15, 2022
[D] How We Built OpenAI's GSM8K Dataset of 8,500 Math Problems https://t.co/WbmpZu2LGT
Open
@mxlearn shared
On Jun 18, 2022
[D] Why is LaMDA not sentient? https://t.co/xXI0sVkRwg
Open
[D] Why is LaMDA not sentient?

[D] Why is LaMDA not sentient?

0 votes and 13 comments so far on Reddit

@xamat shared
On Jun 15, 2022
RT @ceyda_cinarel: Now diffusion models also = huggingface🤗 Checkout the new diffusers library ⭐️https://t.co/1IbmqCxsbV https://t.co/dmddiGmXJN
Open
huggingface/diffusers

huggingface/diffusers

Contribute to huggingface/diffusers development by creating an account on GitHub.

@stanfordnlp shared
On Jun 15, 2022
RT @ChrisGPotts: Thanks again for suggesting this! The podcast is now finally available on Spotify too: https://t.co/ZlFKDfTip2 https://t.co/ModQ1wYOX7
Open
CS224U

CS224U

Listen to on Spotify.

@fchollet shared
On Jun 21, 2022
RT @RisingSayak: How can we train a model to minimize the number of bits needed to represent input samples? What are the concepts involved in such training methodologies? Get an introduction here -> https://t.co/uG6oyLF3NP https://t.co/IRKSynawEk
Open
Learned data compression

Learned data compression

distortion = tf.reduce_mean(abs(x - x_tilde)) print("distortion:", distortion) x_tilde = tf.saturate_cast(x_tilde[0] * 255, tf.uint8) plt.imshow(tf.squeeze(x_tilde)) print(f"Data …