AI/ML News & Innovations Hub

AI/ML news, top picks, and generated innovation digests.

★ Visit ai-karthik.com
422Sources
10104News Items
8Top Picks
84Blogs
successLast Run

Latest AI/ML News

10104 matching items

Disrupt Africa 2024-01-19 22:14 UTC Score 15.0 USR-0197-20240119-regional-new-8a76ba44 Full article

Which Meme Coins to Buy in 2024? Top Meme Coins by Market Capitalization and New Trending Coins Including ApeMax, Dogecoin, Shiba Inu, Pepe Coin, Floki, Memecoin by 9gag, and Bonk

The meme coin landscape is experiencing a resurgence, with established players like Dogecoin and Shiba Inu maintaining their dominance in the market while new coins like Pepe and Dogwifhat experience recent price surges. These new coins, alongside the “Boost-to-Earn coin ApeMax, are quickly gaining traction because of their innovative features. Based on information gathered from [...]

Disrupt Africa 2024-01-19 22:02 UTC Score 12.0 USR-0197-20240119-regional-new-193a13b7 Full article

5 Top Trending Altcoins to Buy Now | Can These Altcoins Explode After The Bitcoin Halving? (ApeMax, Arbitrum, Polkadot, Skale, Maverick Protocol)

The crypto market is buzzing with anticipation as some analysts predict a potential bull run in 2024 with key events like the upcoming Bitcoin halving event predicted to take place in April 2024. Amidst this excitement, many crypto enthusiasts, traders, and analysts are actively seeking the next big altcoin, extending their interests beyond the more [...]

Disrupt Africa 2024-01-19 21:52 UTC Score 20.0 USR-0197-20240119-regional-new-d26021d4 Full article

Should Investors Get Excited About XRP’s $1.8 Billion Trading Volume? Why Crypto Whales are Turning to Launchpad Instead – The Best Passive Income Crypto in 2024

”Should you invest in an established crypto that shows high promise of winning its lawsuit? Or a new and relatively unknown altcoin quickly gaining traction for its presale that’s now live?” While Bitcoin has dipped by 2.80% in the past week, XRP has achieved a steady growth rate of 2.5% within the same timeframe. It’s [...]

Disrupt Africa 2024-01-19 21:43 UTC Score 12.0 USR-0197-20240119-regional-new-6e7e1da6 Full article

​​5 Meme Coins on Investor’s Watch Lists for Upcoming Alt Coin Season 2024

Finding the next meme coin with the potential for a 100x return on investment can be a daunting task in the current crypto landscape. The market is saturated with numerous meme coins, making it challenging to identify promising projects that stand out. However, there are strategies to improve your odds of success, such approaches many [...]

Chip Huyen Blog 2024-01-16 00:00 UTC Score 44.0 USR-0111-20240116-ai-specialis-9651fc41 Full article

Generation configurations: temperature, top-k, top-p, and test time compute

ML models are probabilistic. Imagine that you want to know what’s the best cuisine in the world. If you ask someone this question twice, a minute apart, their answers both times should be the same. If you ask a model the same question twice, its answer can change. If the model thinks that Vietnamese cuisine has a 70% chance of being the best cuisine and Italian cuisine has a 30% chance, it’ll answer “Vietnamese” 70% of the time, and “Italian” 30%. This probabilistic nature makes AI great for creative tasks. What is creativity but the ability to explore beyond the common possibilities, to think outside the box? However, this probabilistic nature also causes inconsistency and hallucinations. It’s fatal for tasks that depend on factuality. Recently, I went over 3 months’ worth of customer support requests of an AI startup I advise and found that ⅕ of the questions are because users don’t understand or don’t know how to work with this probabilistic nature. To understand why AI’s responses are probabilistic, we need to understand how models generate responses, a process known as sampling (or decoding). This post consists of 3 parts. Sampling : sampling strategies and sampling variables including temperature, top-k, and top-p. Test time compute : increasing the compute allocated to inference, e.g. sampling multiple outputs, to help improve a model’s performance. Structured outputs : how to get models to generate outputs in a certain format. Sampling Given an input, a neural networ…

Block size in subsampling and bootstrap for time series
Cross Validated 2024-01-14 20:13 UTC Score 12.0 AI-113-20240114-social-media-782c03c3 Full article

Block size in subsampling and bootstrap for time series

I have a dependent variable, a time series of 80 periods (discrete decisions). I am doing maximum likelihood estimation with 10 parameters. Now I want to get the standard error or confidence interval of the estimates of these 10 parameters. One feature of my likelihood function is that the decisions is determined by all the history of $x$ , and the weight of past $x$ decreases geometrically: $x_t+\rho x_{t-1}+\rho^2 x_{t-2}$ ... where $\rho$ is one of the parameters needed to be estimated. So I am thinking that moving block bootstrapping perhaps is not suitable to sustain the data structure, and I should use subsampling. But subsampling of a given block size leaves me a very few subsamples. For example, if I choose a block size of 40, I get only 41 subsamples. Should I concern about it? Is it sufficient? Can I use multiple block sizes to construct a confidence interval? Is there any other alternatives that I could use to get standard error or confidence interval?

AI Stack Exchange 2024-01-07 09:52 UTC Score 15.0 AI-110-20240107-social-media-f675f662 Full article

How does one annotate overlapping objects in instance segmentation?

As I struggle to find any literature online about this, I wanted to ask about it here so that others could learn. My question is inspired by a Yolo GitHub issue . In this example we have 2 objects, here a plate and an egg, with one object being inside the other one. The question is how to annotate the plate (aka the outer object). Annotate full contour of outer object. Some pixels belong to 2 classes. Make a little bridge to the inner object so that the contour of the outer object excludes the inner object. This question arose while using Yolo but can be extended to other instance segmentation models. Any more information regarding good practices in instance segmentation is more than welcome.

Comment on State-Of-The-Art Approaches to Attribution in Marketing by Bay tech media
TOPBOTS 2023-12-27 18:30 UTC Score 26.0 AI-043-20231227-ai-specialis-074811ae Full article

Comment on State-Of-The-Art Approaches to Attribution in Marketing by Bay tech media

In the realm of digital marketing, attribution methodologies have undergone significant advancements. State-of-the-art approaches include Multi-Touch Attribution (MTA) for holistic channel tracking, Algorithmic Attribution leveraging machine learning for precise credit assignment, Cross-Device Attribution capturing interactions across devices, Incrementality Testing to gauge true marketing impact, and AI-Powered Attribution for deep data analysis. Bay Tech Media implements these cutting-edge methods, empowering businesses with accurate insights to refine and optimize their marketing strategies effectively.

Canonical correlation analysis - loadings vs coefficients
Cross Validated 2023-12-19 13:35 UTC Score 12.0 AI-113-20231219-social-media-6d9bc241 Full article

Canonical correlation analysis - loadings vs coefficients

I'm trying to wrap my head around how to interpret the results of CCA. I've got a fairly deep understanding of OLS regression, and I've read a lot of helpful CCA explainers like this one by @ttnphns . However, I'm still struggling with one particular aspect of the logic of what one apparently does with the CCA results. I'll unpack below, using terminology from the R package CCA to refer to different elements. In particular, I understand that the math of CCA treats X and Y identically, i.e., this is correlation, not regression. But, in a situation where Y is logically downstream of X, and where Y comprises multiple theoretically independent outcomes, the idea of using the ycoef s, which are essentially regression coefficients specifying the linear combination of y s that produce a given yscore , and which, like OLS regression, reflect the joint influence of the given y and all the other y s , doesn't make sense to me. Again, I understand the math of how a given yscore is derived, and how that is reflected in the ycoef s. What I don't like is the idea of reporting how the various y s 'contributed to' constructing this synthetic latent variable in a regression sense, because in reality, all the y s arose independently—or, more in keeping with the logic of CCA, they were all driven by some set of latent variables. What makes sense to me would be to report the xcoef s alongside the corr.Y.yscores , that is, the coefficients for how each x relates to a given xscore , and the loadi…

Salmon in the Loop
The Gradient 2023-12-16 17:00 UTC Score 10.0 AI-037-20231216-ai-specialis-78cb7372 Full article

Salmon in the Loop

On fish counting – a complex sociotechnical problem in a field that is going through the process of digital transformation.

Multiple linear regression with possibly non-independent explanatory variables
Cross Validated 2023-12-13 21:31 UTC Score 9.0 AI-113-20231213-social-media-09fba7d8 Full article

Multiple linear regression with possibly non-independent explanatory variables

For a given household for which I have many years of historical data, I want to predict the home gas consumption (heating) with a few variables among: date gas min_temp max_temp mean_temp relative_humidity absolute_humidity other_column 2023-01-01 5.8 m^3 -3.0°C 2.3°C -1.2°C 79 % 4 g/m^3 ... 2023-01-02 4.8 m^3 2.0°C 4.2°C 2.3°C 82 % 4.5 g/m^3 ... ... I could do a multiple linear regression for $$\rm{gas\ consumption} = \beta_0 + \beta_1 \rm{min\ temp} + \beta_2 \rm{max\ temp} + \beta_3 \rm{mean\ temp} + ... + \varepsilon,$$ but since many of these variables are not independent of each other (and maybe nearly collinear), doing a standard multiple linear regression might give bad results (for example with some negative $\beta_i$ where it shouldn't). Which better solution can we use? PCA + multiple linear regression (PCR) or PLS or something else? Note: I'd like to avoid using all 3 (min, max, mean) temp, if possible. How can we evaluate the loss if using using only 1 temperature variable (the best fit among the 3) instead of the 3 variables?

A new old kind of R&D lab
Fast.ai 2023-12-11 13:00 UTC Score 25.0 AI-185-20231211-developer-an-8e33d8a2 Full article

A new old kind of R&D lab

Answer.AI is a new kind of AI R&D lab which creates practical end-user products based on foundational research breakthroughs.

Transformers: Cross Attention Tensor Shapes During Inference Mode
Cross Validated 2023-12-01 21:33 UTC Score 21.0 AI-113-20231201-social-media-26df2fd4 Full article

Transformers: Cross Attention Tensor Shapes During Inference Mode

Using the "classic" transformer model describing in "Attention is All You Need", I'm struggling to understand how the Encoder output is used by the Decoder during cross attention while in inference mode, specifically how the actual matrix multiplication can happen. During training mode, everything makes sense to me: The Encoder outputs a tensor of shape (B, T, C) where B = batch_size, T = max_tokens, and C = d_model = embedding dimension size. This is passed to the Decoder and changed to shape (B, T, T) through the scaled dot product mechanism (will call this tensor A ) A is multiplied by the Decoder's value tensor of shape (B, T, HS) where HS = depth = head size. This multiplication is possible because the shapes of the tensors comply (B, T, T) @ (B, T, HS) --> (B, T, HS) . But in inference mode we start with a Decoder value tensor that will only have a token length of 1 , so a tensor shape of (1, 1, HS) , where T != 1, and then expand the sequence from there. So, during the cross attention step with the Encoder, how can A with shape (1, T, T) be multiplied with (1, 1, HS) ? Clearly, I'm missing something pretty big here, so any help would be much appreciated!

Outlier Detection and Removal
Cross Validated 2023-11-27 17:11 UTC Score 15.0 AI-113-20231127-social-media-a4a976c9 Full article

Outlier Detection and Removal

I am reading a paper on wind power forecasting and the authors present a plot of the data before outliers are removed and a plot after. However, they don't actually say what method was employed to remove the outliers. I was hoping someone might offer some guesses or hints on how one would go about obtaining plot (b) from plot (a). Edit The paper is here: One-Day-Ahead Hourly Wind Power Forecasting Using Optimized Ensemble Prediction Methods by Chao-Ming Huang 1, Shin-Ju Chen, Sung-Pei Yang and Hsin-Jen Chen

Comment on Step-By-Step Implementation of GANs on Custom Image Data in PyTorch: Part 2 by Mel Dorn
TOPBOTS 2023-11-18 08:21 UTC Score 12.0 AI-043-20231118-ai-specialis-4220f1d6 Full article

Comment on Step-By-Step Implementation of GANs on Custom Image Data in PyTorch: Part 2 by Mel Dorn

You got my attention. Learning Image Data and its role very interesting for me. As a photographer, I am constantly looking for information that can help grow my professionalism. I also couldn’t ignore this article offers valuable insights into perfecting nature photography, enhancing my appreciation for this art form.

LatAm Journalism Review AI 2023-11-06 18:27 UTC Score 18.0 AI-176-20231106-regional-ai--5c9429fc Full article

Gabo Foundation to host master class in Spanish on AI opportunities for investigative journalism

"The Gabo Foundation invites to a master class with journalist Emilia Díaz-Struck, executive director of the Global Investigative Journalism Network (GIJN), on Nov. 8. Díaz-Struck will explore artificial intelligence (AI) opportunities for investigative journalism, the editorial processes related to data management and advanced technology, as well as reporting and fact-checking. Challenges and risks related to […] The post Gabo Foundation to host master class in Spanish on AI opportunities for investigative journalism appeared first on LatAm Journalism Review by the Knight Center .

LatAm Journalism Review AI 2023-11-06 18:27 UTC Score 18.0 AI-176-20231106-regional-ai--322624c9 Full article

Gabo Foundation to host master class in Spanish on AI opportunities for investigative journalism

"The Gabo Foundation invites to a master class with journalist Emilia Díaz-Struck, executive director of the Global Investigative Journalism Network (GIJN), on Nov. 8. Díaz-Struck will explore artificial intelligence (AI) opportunities for investigative journalism, the editorial processes related to data management and advanced technology, as well as reporting and fact-checking. Challenges and risks related to […] The post Gabo Foundation to host master class in Spanish on AI opportunities for investigative journalism appeared first on LatAm Journalism Review by the Knight Center .

Comparing the change in proportions across two time periods for two groups
Cross Validated 2023-11-02 14:56 UTC Score 9.0 AI-113-20231102-social-media-eb3b3d0a Full article

Comparing the change in proportions across two time periods for two groups

I am running a test across two groups over a period of time and want to understand if the Change in proportions for my test group is significantly different to the change in proportions in the control group. Most of what I have found compares one proportion to another either over group or over time but not both. If I have: my Test group with proportions P1 and P2 with sample N1 and N2 (in periods T1 and T2) my control group with proportions Q1 and Q2 with sample M1 and N2 (in periods T1 and T2) I want to know if P2-P1 is statistically significantly different to Q2-Q1 P1,P2,Q1, Q2 are all percentages. Any help would be most appreciated!

Lilian Weng Blog 2023-10-25 00:00 UTC Score 48.0 USR-0112-20231025-ai-specialis-81866df8 Full article

Adversarial Attacks on LLMs

The use of large language models in the real world has strongly accelerated by the launch of ChatGPT. We (including my team at OpenAI, shoutout to them) have invested a lot of effort to build default safe behavior into the model during the alignment process (e.g. via RLHF ). However, adversarial attacks or jailbreak prompts could potentially trigger the model to output something undesired. A large body of ground work on adversarial attacks is on images, and differently it operates in the continuous, high-dimensional space. Attacks for discrete data like text have been considered to be a lot more challenging, due to lack of direct gradient signals. My past post on Controllable Text Generation is quite relevant to this topic, as attacking LLMs is essentially to control the model to output a certain type of (unsafe) content.

UN AI Advisory Body 2023-10-24 16:36 UTC Score 29.0 USR-0162-20231024-company-offi-f2b8419b Full article

Third United Nations Conference on Landlocked Developing Countries (LLDC3)

Third UN Conference on Landlocked Developing Countries Awaza, Turkmenistan 5-8 August 2025 Driving Progress through partnerships The United Nations General Assembly (UNGA) decided to convene the Third United Nations Conference on Landlocked Developing Countries (LLDC3) from 5-8 August in Awaza, Turkmenistan at the highest possible level, including Heads of State and Government, on the theme “Driving progress through partnerships”. Stakeholder Participation in the Conference: As guided by resolution A/RES/77/246 , other relevant stakeholders, including the non-governmental organizations, civil society organizations, academic institutions and the private sector whose work is relevant to the Conference are invited to participate as observers in the Conference and its preparatory meeting. For additional information, please visit the Conference website: 3rd UN Conference on Landlocked Developing Countries (LLDC3) Relevant stakeholders who have received special accreditation to any of the conferences and summits listed below (check the consolidated list here ) may participate in the conference by following the REGISTER NOW link here . The registration deadline is 12 July 2025. The Global Conference on the Sustainable Development of Small Island Developing States The International Meeting to Review the Implementation of the Programme of Action for the Sustainable Development of Small Island Developing States The third International Conference on Small Island Developing States The f…

Neural algorithmic reasoning
The Gradient 2023-10-14 15:30 UTC Score 13.0 AI-037-20231014-ai-specialis-f4364e5c Full article

Neural algorithmic reasoning

In this article, we will talk about classical computation : the kind of computation typically found in an undergraduate Computer Science course on Algorithms and Data Structures [1]. Think shortest path-finding, sorting, clever ways to break problems down into simpler problems, incredible ways to organise data for efficient retrieval and updates.

Chip Huyen Blog 2023-10-10 00:00 UTC Score 53.0 USR-0111-20231010-ai-specialis-f4a68771 Full article

Multimodality and Large Multimodal Models (LMMs)

For a long time, each ML model operated in one data mode – text (translation, language modeling), image (object detection, image classification), or audio (speech recognition). However, natural intelligence is not limited to just a single modality. Humans can read, talk, and see. We listen to music to relax and watch out for strange noises to detect danger. Being able to work with multimodal data is essential for us or any AI to operate in the real world. OpenAI noted in their GPT-4V system card that “ incorporating additional modalities (such as image inputs) into LLMs is viewed by some as a key frontier in AI research and development .” Incorporating additional modalities to LLMs (Large Language Models) creates LMMs (Large Multimodal Models). Not all multimodal systems are LMMs. For example, text-to-image models like Midjourney, Stable Diffusion, and Dall-E are multimodal but don’t have a language model component. Multimodal can mean one or more of the following: Input and output are of different modalities (e.g. text-to-image, image-to-text) Inputs are multimodal (e.g. a system that can process both text and images) Outputs are multimodal (e.g. a system that can generate both text and images) This post covers multimodal systems in general, including LMMs. It consists of 3 parts. Part 1 covers the context for multimodality, including why multimodal, different data modalities, and types of multimodal tasks. Part 2 discusses the fundamentals of a multimodal system, using the…

How to deal with a Stationary DV and a Trend-Stationary IV in using OLS?
Cross Validated 2023-10-08 04:39 UTC Score 9.0 AI-113-20231008-social-media-de1e9c72 Full article

How to deal with a Stationary DV and a Trend-Stationary IV in using OLS?

I have a dependent variable that is stationary in levels. However, one of the IVs is only trend-stationary (stationary around a deterministic trend that I can extract from the series). In other words, I have a regression with variables that have different transformations. My question is, does this bias the significance of the results, including the significance of any other IVs (that are stationary in levels in the regression)? If not, it is probably reasonable to assume that it biases the estimated coefficient of the DP on the trend-stationary IV but not the significance of the effect since it shouldn't impact the standard errors (due to the trend being deterministic). Is that an accurate assessment? Also, what if I detrend (i.e. extract a deterministic trend) from my stationary DV? Is this equivalent to over differencing and thus losing important information from the series? Does extracting a deterministic trend from a stationary series even make sense?

The Artificiality of Alignment
The Gradient 2023-10-07 16:00 UTC Score 19.0 AI-037-20231007-ai-specialis-bd099ece Full article

The Artificiality of Alignment

This essay first appeared in Reboot . Credulous, breathless coverage of “AI existential risk” (abbreviated “x-risk”) has reached the mainstream. Who could have foreseen that the smallcaps onomatopoeia “ꜰᴏᴏᴍ” — both evocative of and directly derived from children’s cartoons —

AI Stack Exchange 2023-10-04 07:04 UTC Score 21.0 AI-110-20231004-social-media-8782614f Full article

How to force Transformer to give more weight to certain tokens

I'm developing an encoder-decoder based transformer model and I would like to ask if there are ways to incentivize or penalize certain tokens during training. I'm working on a translation task where the encoder input must be decoded into its proper product name. I have labels such as brand, name, and unit of measure, etc which are available during training but not on inference. Currently when predicting the brand portion (which usually appears early in the sequence) of the output, the heatmap shows that it does not give focus to the latter part of the encoder which produce an output that the brand and product name, and unit of measure does not belong to each other. I was thinking if there's a way to force the transformer during training to give more weight to different token types other that its own. For example: Brand tokens (decoder) should give more weight to name tokens (encoder) than other brand tokens (encoder) Name tokens (decoder) should give more to brand token (encoder) and unit of measure token (encoder)

Ray Serve: Tackling the cost and complexity of serving AI in production
Anyscale Blog 2023-09-25 00:00 UTC Score 35.0 USR-0085-20230925-ai-specialis-41b9c387 Full article

Ray Serve: Tackling the cost and complexity of serving AI in production

Announcing Ray Serve and Anyscale Services general availability. Update June 2024: Anyscale Endpoints (Anyscale's LLM API Offering) and Private Endpoints (self-hosted LLMs) are now available as part of the Anyscale Platform. Click [here](https://console.anyscale.com/?utm_source=anyscale&utm_medium=blog&utm_campaign=blog_callout&utm_content=june2024_product_update_subheading) to get started on the Anyscale platform.

Why does the policy gradient theorem have two different forms?
AI Stack Exchange 2023-09-23 01:36 UTC Score 15.0 AI-110-20230923-social-media-a52f5eca Full article

Why does the policy gradient theorem have two different forms?

I have been studying policy gradients recently but found different expositions from different sources, which greatly confused me. From the book "Reinforcement Learning: an Introduction (Sutton & Barto Chapter 13)", we get the following policy gradient: $$ \nabla J(\theta) = \mathbb E_\pi\left[G_t\nabla\log\pi(A_t | S_t, \theta)\right]. $$ As we can observe from the equation, it does not relate to trajectory distributions . However, a more intuitive and widely-used introduction to policy gradient starts from defining the distribution of trajectories: $p(\tau)$ . For example, in OpenAI Spinning Up , the policy gradient has the form similar to the following equation: $$ \nabla J(\theta) = \mathbb E_{\tau \sim \pi}\left[\sum_{t=0}^{T}G_t\nabla_\theta\log\pi_\theta(a_t | s_t)\right]. $$ The confusion comes from the fact that the first policy gradient does not have a summation over timestamps and is not sampling from trajectories, but the second samples from trajectories and has a summation. I did find some relevant questions about this confusion, but none of them seemed to have a good answer. Also, I could not identify any source that explained the difference/connection between the two forms. My question is why are there two different ways to describe the policy gradient and are the two forms mathematically equivalent? Update I found a great RL theory book (draft) written by some expert Professors in this field that shows two different formulations: https://rltheorybook.github.io…

UN AI Advisory Body 2023-09-21 22:14 UTC Score 22.0 USR-0162-20230921-company-offi-d5ff71b3 Full article

#UNGA78 - Wrap Day 4

Groups audience: General Assembly 78 Live Blog Video embed a la iseek:

UN AI Advisory Body 2023-09-21 21:57 UTC Score 32.0 USR-0162-20230921-company-offi-55e59e3f Full article

Until we meet again

In a few days, world leaders will head back to capitals and barricades will be dismantled, but the General Assembly keeps working. Global threats don’t stop at the end of the high-level week, and neither does the search for responses. Countries continue grappling with the problems affecting us all: from the outer reaches of space to the seabed floor. And while this blog comes to a close, there’s always time to open our many platforms from websites to social media to the UN News App. مع السلامة 再见 See you later Au revoir До свидания Adios Groups audience: General Assembly 78 Live Blog

UN AI Advisory Body 2023-09-21 21:55 UTC Score 22.0 USR-0162-20230921-company-offi-2f08a10b Full article

last day

Groups audience: General Assembly 78 Live Blog

UN AI Advisory Body 2023-09-21 21:42 UTC Score 24.0 USR-0162-20230921-company-offi-b83e4702 Full article

UN tour guides

Christian Dior designed the iconic UN tour guide uniforms in the early 1980s. Prior to that, designers included Edith Head and, for the UN’s first male tour guides, Brooks Brothers. The guides got a fashion refresh in 1985 by Harvé Benard, then changed their uniforms, courtesy of Benneton, and Mondrian. Image: Groups audience: General Assembly 78 Live Blog

UN AI Advisory Body 2023-09-21 21:37 UTC Score 27.0 USR-0162-20230921-company-offi-f5ae0919 Full article

China

Vice-President of China, Han Zheng, said in his speech to the GA said: "China supports all efforts that are conducive to the peaceful resolution of the Ukraine crisis, and stands ready to continue playing a constructive role for the early attainment of peace." Image: Groups audience: General Assembly 78 Live Blog

UN AI Advisory Body 2023-09-21 21:17 UTC Score 32.0 USR-0162-20230921-company-offi-33f0e335 Full article

Sudan

"Since 15 April, Sudanese people have been facing a destructive war launched by rebel RSF," said Abdel-Fattah Al-Burhan Abdelrahman Al-Burhan, President of the Transitional Sovereign Council of Sudan. "We call upon the international community to designate these groups and their allies as terrorist groups to be countered by arms and fought to protect Sudan, region and the entire world." Image: Groups audience: General Assembly 78 Live Blog

UN AI Advisory Body 2023-09-21 20:49 UTC Score 27.0 USR-0162-20230921-company-offi-e6c18090 Full article

Johan Santana GA78

Happening now at the SDG Media Zone: Johan Santana, young innovator who codes to address SDG 3 and 10 (speaking). He expresses his desire to assist individuals with visual impairments and other disabilities. They've developed a hands-free blind cane and smart glasses and will work on coding a wheelchair capable of moving in all directions: forward, backward, left, and right. Also in the picture: Michael Melillo, Sr. Director of Network Monitoring and Management Software Products, Broadcom Inc.(left) Bervin Harris, Renaissance Youth Center (second from left). Image: Groups audience: General Assembly 78 Live Blog

UN AI Advisory Body 2023-09-21 20:18 UTC Score 30.0 USR-0162-20230921-company-offi-e4182cd2 Full article

International Seabed Authority

Michael Lodge (Secretary General, International Seabed Authority) and Emilie McGloane (Director, Peace Boat US) met at the SDG Media Zone to discuss the importance of a new historic treaty - the Treaty of the High Seas - which protects biodiversity beyond national jurisdiction (often shortened to BBNJ). Michael Lodge emphasized the vastness of oceans and said that “1% of oceans contain more minerals than exist on land”. He continued: "Good regulation is important to ensure that the ocean’s resources are not exploited". So far, some 60 UN Member States have signed onto the treaty since its opening this week at UNGA78. Image: Groups audience: General Assembly 78 Live Blog

UN AI Advisory Body 2023-09-21 19:52 UTC Score 27.0 USR-0162-20230921-company-offi-71d9368e Full article

Renaissance Youth Center GA78

The Renaissance Youth Center choir visits the SDG Media Zone for a session on creative problem-solving and coding for the SDGs. The session explores the passion and enthusiasm of today’s youth to solve the challenges they face through creativity in STE(A)M and showcases successful outcomes when the private sector joins forces with NGOs to educate, inspire and empower youth as future STEM leaders in their communities and the world. Image: Groups audience: General Assembly 78 Live Blog

Intuition Behind the Gradual Increase of Noise Variance in Diffusion Models
AI Stack Exchange 2023-09-11 08:03 UTC Score 15.0 AI-110-20230911-social-media-c820c5ab Full article

Intuition Behind the Gradual Increase of Noise Variance in Diffusion Models

I've been studying diffusion models and came across the noise schedule, particularly how the noise variance $\beta_t$ is adjusted over iterations. I've observed that $\beta_t$ typically starts from a very small value during the initial steps and increases to a much larger value in the final steps. What is the underlying reason for this progression? Why is it important to begin with a low noise variance and end with a high one? I'd appreciate any intuitive explanations or references that shed light on this choice.

AI Stack Exchange 2023-08-31 13:04 UTC Score 18.0 AI-110-20230831-social-media-e8fa44b4 Full article

What strategy does ChatGPT use to manage its context in very lengthy conversations?

I'm asking specifically about ChatGPT4, but the question could apply to either that or 3.5. When you use the ChatGPT API, it's of course up to you to manage conversation history and include that in successive API calls within available context length in whatever manner you choose. In the case of the web interface, they've obviously implemented some system to manage conversation history in context. It clearly doesn't "remember" the entire thing once the conversation gets very long, because it doesn't have infinite context length. So, what strategy does it use to send conversation history to the model once it's exceeded its context length? Does it truncate all content prior to the max context length? Does it summarize earlier parts of conversations to more efficiently fit them within the context? Does it do some dynamic strategy combining many inputs? Or is this just another case where we just don't know, and OpenAI is being tight-lipped about what it's actually doing?

Appropriate statistical test to determine if uplift between control group and multiple test groups is significant (pretest/posttest evaluation)
Cross Validated 2023-08-31 10:05 UTC Score 12.0 AI-113-20230831-social-media-7d348c5b Full article

Appropriate statistical test to determine if uplift between control group and multiple test groups is significant (pretest/posttest evaluation)

I'm trying to evaluate whether the difference in uplift seen in below table between the test groups and the control group is statistically significant. I'm unsure about the appropriate statistical test. The test and control groups are all of different sizes already before the test, which is why I have included the relative numbers. I first thought about the chi-square test, but that don't think it captures the pre- & post-treatment aspect correctly. For context: Four different geographic regions were selected, one of them as control. Each test region received a different mix of marketing measures with the goal to raise awareness. I am now trying to evaluate whether the uplift in the test regions is statistically different from the control region. Control Group 1 Group 2 Group 3 Number of visitors (pretest) 59800 9993 19284 17876 Number of visitors (posttest) 65993 11781 23373 20883 Relative Change +10.36% +17.89% +21.20% +16.82% Which statistical test would be needed to find an answer to my question? Thank you very much. Edit: The below table shows the weekly visitors by test group. Week 23 to 28 are pre-treatment, week 29 to 34 are post-treatment. Control Group 1 Group 2 Group 3 Week 23 8590 1492 2929 2837 Week 24 9217 1588 3138 2846 Week 25 9534 1599 2992 2812 Week 26 10213 1714 3440 3005 Week 27 10435 1704 3187 2987 Week 28 10932 1817 3180 3234 Week 29 11489 1948 3566 3159 Week 30 10936 1974 3707 3273 Week 31 11856 2061 3885 3609 Week 32 10621 1851 3926 3586 Week 33 9905…