Image Classification

A guide to AutoML image classification models

Overview

Image classification models can be used to categorize images and videos. Some popular use cases for this model type are object classification, brand identification, and vision moderation.

Which Base Model Should I Use?

Base ModelLatencyContains Hive ClassesUse caseDataset Validation
Hive Image ClassificationLowNoIf you're looking to build a custom image classification model from scratch, choose this base model.1. Each class requires a minimum of 10 examples.

2. Each image file shouldn't be larger than 50MB

3. Each row of image url character length shouldn't be longer than 2048 characters.
Hive Vision ModerationLowYesIf you're interested in moderation use cases, you should select this base model. This option will fine-tune our existing Hive Visual Moderation model with the additional data you provide, allowing you to customize our pre-made heads or add in your own new ones. The resulting model will include all Hive Visual Moderation heads as well as any you choose to create.1. Each class requires a minimum of 50 examples.

2. Each image file shouldn't be larger than 50MB

3. Each row of image url character length shouldn't be longer than 2048 characters.

Labels and Classes for Hive Vision Moderation

If you select the Hive Visual Moderation base model, the model output will always contain all Hive Visual Moderation categories. A full list of these pre-made labels is shown below:

LabelsClasses
nsfwgeneral_not_nsfw_not_suggestive
general_nsfw
general_suggestive
female_underwearno_female_underwear
yes_female_underwear
male_underwearno_male_underwear
yes_male_underwear
sex_toy no_sex_toy
yes_sex_toy
female_nudityno_female_nudity
yes_female_nudity
male_nudityno_male_nudity
yes_male_nudity
female_swimwearno_female_swimwear
yes_female_swimwear
male_shirtlessno_male_shirtless
yes_male_shirtless
textno_text
text
animatedanimated
hybrid
natural
gunanimated_gun
gun_in_hand
gun_not_in_hand
no_gun
knifeculinary_knife_in_hand
culinary_knife_not_in_hand
knife_in_hand
knife_not_in_hand
no_knife
blooda_little_bloody
no_blood
other_blood
very_bloody
fightno_fight
yes_fight
pillsno_pills
yes_pills
smokingno_smoking
yes_smoking
injectablesillicit_injectables
medical_injectables
no_injectables
nazino_nazi
yes_nazi
kkkno_kkk
yes_kkk
middle_fingerno_middle_finger
yes_middle_finger
terroristno_terrorist
yes_terrorist
textureno_texture
yes_texture
snapcodeno_snapcode
yes_snapcode
bootybooty_exposed_butt
booty_exposed_butt_and_head
booty_none
scribbleno_scribble
scribble
overlay_textno_overlay_text
yes_overlay_text
sexual_activityno_sexual_activity
yes_sexual_activity
marijuanano_marijuana
yes_marijuana
vapingno_vaping
yes_vaping
tobaccono_tobacco
yes_tobacco
military_conflictno_military_conflict
yes_military_conflict
hanginghanging
no_hanging_no_noose
noose
realistic_nsfwno_realistic_nsfw
yes_realistic_nsfw
corpseanimated_corpse
human_corpse
no_corpse
self_harmno_self_harm
yes_self_harm
drawingno_drawing
yes_drawing
emaciated_bodyno_emaciated_body
yes_emaciated_body
child_presentno_child_present
yes_child_present
sexual_intentno_sexual_intent
yes_sexual_intent
animal_genitaliaanimal_genitalia_and_human
animal_genitalia_only
animated_animal_genitalia
no_animal_genitalia
blurrya_little_blurry
blurry
no_blur
very_blurry
pre_teenno_pre_teen
yes_pre_teen
gamblingno_gambling
yes_gambling
undressedno_undressed
yes_undressed
confederateno_confederate
yes_confederate
alcoholanimated_alcohol
no_alcohol
yes_alcohol
yes_drinking_alcohol
brano_bra
yes_bra
sports_brano_sports_bra
yes_sports_bra
pantiesno_panties
yes_panties
cleavageno_cleavage
yes_cleavage
sportswear_bottomsno_sportswear_bottoms
yes_sportswear_bottoms
negligeeno_negligee
yes_negligee
miniskirtno_miniskirt
yes_miniskirt
bodysuitno_bodysuit
yes_bodysuit
religious_iconno_religious_icon
yes_religious_icon
watermarkno_watermark
yes_watermark
qr_codeno_qr_code
yes_qr_code
child_abuseno_child_abuse
yes_child_abuse
animal_abuseno_animal_abuse
yes_animal_abuse
bulgeno_bulge
yes_bulge

You can find a more detailed list of these classes and their definitions here.