Faulty “journalism” conclusions: the Israeli “master faces” study DIDN’T test ANY commercial biometric algorithms

(Part of the biometric product marketing expert series)

Modern “journalism” often consists of reprinting a press release without subjecting it to critical analysis. Sadly, I see a lot of this in publications, including both biometric and technology publications.

This post looks at the recently announced master faces study results, the datasets used (and the datasets not used), the algorithms used (and the algorithms not used), and the (faulty) conclusions that have been derived from the study.

Oh, and it also informs you of a way to make sure that you don’t make the same mistakes when talking about biometrics.

Vulnerabilities from master faces

In facial recognition, there is a concept called “master faces” (similar concepts can be found for other biometric modalities). The idea behind master faces is that such data can potentially match against MULTIPLE faces, not just one. This is similar to a master key that can unlock many doors, not just one.

This can conceivably happen because facial recognition algorithms do not match faces to faces, but match derived features from faces to derived features from faces. So if you can create the right “master” feature set, it can potentially match more than one face.

However, this is not just a concept. It’s been done, as Biometric Update informs us in an article entitled ‘Master faces’ make authentication ‘extremely vulnerable’ — researchers.

Ever thought you were being gaslighted by industry claims that facial recognition is trustworthy for authentication and identification? You have been.

The article goes on to discuss an Israeli research project that demonstrated some true “master faces” vulnerabilities. (Emphasis mine.)

One particular approach, which they write was based on Dlib, created nine master faces that unlocked 42 percent to 64 percent of a test dataset. The team also evaluated its work using the FaceNet and SphereFace, which like Dlib, are convolutional neural network-based face descriptors.

They say a single face passed for 20 percent of identities in Labeled Faces in the Wild, an open-source database developed by the University of Massachusetts. That might make many current facial recognition products and strategies obsolete.

Sounds frightening. After all, the study not only used dlib, FaceNet, and SphereFace, but also made reference to a test set from Labeled Faces in the Wild. So it’s obvious why master faces techniques might make many current facial recognition products obsolete.

Right?

Let’s look at the datasets

It’s always more impressive to cite an authority, and citations of the University of Massachusetts’ Labeled Faces in the Wild (LFW) are no exception. After all, this dataset has been used for some time to evaluate facial recognition algorithms.

But what does Labeled Faces in the Wild say about…itself? (I know this is a long excerpt, but it’s important.)

DISCLAIMER:

Labeled Faces in the Wild is a public benchmark for face verification, also known as pair matching. No matter what the performance of an algorithm on LFW, it should not be used to conclude that an algorithm is suitable for any commercial purpose. There are many reasons for this. Here is a non-exhaustive list:

Face verification and other forms of face recognition are very different problems. For example, it is very difficult to extrapolate from performance on verification to performance on 1:N recognition.

Many groups are not well represented in LFW. For example, there are very few children, no babies, very few people over the age of 80, and a relatively small proportion of women. In addition, many ethnicities have very minor representation or none at all.

While theoretically LFW could be used to assess performance for certain subgroups, the database was not designed to have enough data for strong statistical conclusions about subgroups. Simply put, LFW is not large enough to provide evidence that a particular piece of software has been thoroughly tested.

Additional conditions, such as poor lighting, extreme pose, strong occlusions, low resolution, and other important factors do not constitute a major part of LFW. These are important areas of evaluation, especially for algorithms designed to recognize images “in the wild”.

For all of these reasons, we would like to emphasize that LFW was published to help the research community make advances in face verification, not to provide a thorough vetting of commercial algorithms before deployment.

While there are many resources available for assessing face recognition algorithms, such as the Face Recognition Vendor Tests run by the USA National Institute of Standards and Technology (NIST), the understanding of how to best test face recognition algorithms for commercial use is a rapidly evolving area. Some of us are actively involved in developing these new standards, and will continue to make them publicly available when they are ready.

So there are a lot of disclaimers in that text.

  • LFW is a 1:1 test, not a 1:N test. Therefore, while it can test how one face compares to another face, it cannot test how one face compares to a database of faces. The usual law enforcement use case is to compare a single face (for example, one captured from a video camera) against an entire database of known criminals. That’s a computationally different exercise from the act of comparing a crime scene face against a single criminal face, then comparing it against a second criminal face, and so forth.
  • The people in the LFW database are not necessarily representative of the world population, the population of the United States, the population of Massachusetts, or any population at all. So you can’t conclude that a master face that matches against a bunch of LFW faces would match against a bunch of faces from your locality.
  • Captured faces exhibit a variety of quality levels. A face image captured by a camera three feet from you at eye level in good lighting will differ from a face image captured by an overhead camera in poor lighting. LFW doesn’t have a lot of these latter images.

I should mention one more thing about LFW. The researchers allow testers to access the database itself, essentially making LFW an “open book test.” And as any student knows, if a test is open book, it’s much easier to get an A on the test.

By MCPearson – Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=25969927

Now let’s take a look at another test that was mentioned by the LFW folks itself: namely, NIST’s Face Recognition Vendor Test.

This is actually a series of tests that has evolved over the years; NIST is now conducting ongoing tests for both 1:1 and 1:N (unlike LFW, which only conducts 1:1 testing). This is important because most of the large-scale facial recognition commercial applications that we think about are 1:N applications (see my example above, in which a facial image captured at a crime scene is compared against an entire database of criminals).

In addition, NIST uses multiple data sets that cover a number of use cases, including mugshots, visa photos, and faces “in the wild” (i.e. not under ideal conditions).

It’s also important to note that NIST’s tests are also intended to benefit research, and do not necessarily indicate that a particular algorithm that performs well for NIST will perform well in a commercial implementation. (If the algorithm is even available in a commercial implementation: some of the algorithms submitted to NIST are research algorithms only that never made it to a production system.) For the difference between testing an algorithm in a NIST test and testing an algorithm in a production system, please see Mike French’s LinkedIn article on the topic. (I’ve cited this article before.)

With those caveats, I will note that NIST’s FRVT tests are NOT open book tests. Vendors and other entities give their algorithms to NIST, NIST tests them, and then NIST tells YOU what the results were.

So perhaps it’s more robust than LFW, but it’s still a research project.

Let’s look at the algorithms

Now that we’ve looked at two test datasets, let’s look at the algorithms themselves and evaluate the claim that results for the three algorithms Dlib, FaceNet, and SphereFace can naturally be extrapolated to ALL facial recognition algorithms.

This isn’t the first time that we’ve seen such an attempt at extrapolation. After all, the MIT Media Lab’s Gender Shades study (which evaluated neither 1:1 nor 1:N use cases, but algorithmic attempts to identify gender and race) itself only used three algorithms. Yet the popular media conclusion from this study was that ALL facial recognition algorithms are racist.

Compare this with NIST’s subsequent study, which evaluated 189 algorithms specially for 1:1 and 1:N use cases. While NIST did find some race/sex differences in algorithms, these were not universal: “Tests showed a wide range in accuracy across developers, with the most accurate algorithms producing many fewer errors.”

In other words, just because an earlier test of three algorithms demonstrated issues in determining race or gender, that doesn’t mean that the current crop of hundreds of algorithms will necessarily demonstrate issues in identifying individuals.

So let’s circle back to the master faces study. How do the results of this study affect “current facial recognition products”?

The answer is “We don’t know.”

Has the master faces experiment been duplicated against the leading commercial algorithms tested by Labeled Faces in the Wild? Apparently not.

Has the master faces experiment been duplicated against the leading commercial algorithms tested by NIST? Well, let’s look at the various ways you can define the “leading” commercial algorithms.

For example, here’s the view of the test set that IDEMIA would want you to see: the 1:N test sorted by the “Visa Border” column (results as of August 6, 2021):

And here’s the view of the test set that Paravision would want you to see: the 1:1 test sorted by the “Mugshot” column (results as of August 6, 2021):

From https://pages.nist.gov/frvt/html/frvt11.html as of August 6, 2021.

Now you can play with the sort order in many different ways, but the question remains: have the Israeli researchers, or anyone else, performed a “master faces” test (preferably a 1:N test) on the IDEMIA, Paravision, Sensetime, NtechLab, Anyvision, or ANY other commercial algorithm?

Maybe a future study WILL conclude that even the leading commercial algorithms are vulnerable to master face attacks. However, until such studies are actually performed, we CANNOT conclude that commercial facial recognition algorithms are vulnerable to master face attacks.

So naturally journalists approach the results critically…not

But I’m sure that people are going to make those conclusions anyway.

From https://xkcd.com/386/. Attribution-NonCommercial 2.5 Generic (CC BY-NC 2.5).

Does anyone even UNDERSTAND these studies? (Or do they choose NOT to understand them?)

How can you avoid the same mistakes when communicating about biometrics?

As you can see, people often write about biometric topics without understanding them fully.

Even biometric companies sometimes have difficulty communicating about biometric topics in a way that laypeople can understand. (Perhaps that’s the reason why people misconstrue these studies and conclude that “all facial recognition is racist” and “any facial recognition system can be spoofed by a master face.”)

Are you about to publish something about biometrics that requires a sanity check? (Hopefully not literally, but you know what I mean.)

Well, why not turn to a biometric content marketing expert? Use the identity/biometric blog expert to write your blog post, the identity/biometric case study expert to write your case study, or the identity/biometric white paper expert to…well, you get the idea. (And all three experts are the same person!)

Bredemarket offers over 25 years of experience in biometrics that can be applied to your marketing and writing projects.

If you don’t have a content marketing project now, you can still subscribe to my Bredemarket Identity Firm Services LinkedIn page or my Bredemarket Identity Firm Services Facebook group to keep up with news about biometrics (or about other authentication factors; biometrics isn’t the only one). Or scroll down to the bottom of this blog post and subscribe to my Bredemarket blog.

If my content creation process can benefit your biometric (or other technology) marketing and writing projects, contact me.

Why is Kaye Putnam happy that I’m IGNORING her marketing advice?

This is the cover art for the album Parsley, Sage, Rosemary and Thyme by the artist Simon & Garfunkel. The cover art can be obtained from Columbia. Fair use, https://en.wikipedia.org/w/index.php?curid=2184092

A few hours after finishing my revision of Bredemarket’s work process, I attended this month’s Orange County (California) Freelancers Union SPARK webinar. I’ve shared some things from SPARK meetings in the past (July’s happy hour, May’s AB2257 discussion), and I’m going to share some things from the August meeting also.

Jung and the restless

This meeting (which also happened to be the national Freelancers Union meeting for the month; our chapter rules!) was led by Cara Raffele, who spoke about “The Power of Storytelling.”

From https://www.freelancersunion.org/community/spark-events/#spark–monthly-theme, although it might have changed by the time you read this.

I’m not going to talk about the ENTIRE meeting, but will focus on the last part of the meeting, during which Raffele discussed “understanding your brand for maximum impact,” or brand archetypes.

The idea of archetypes started with Carl Jung, who defined them as images and themes that derive from the collective unconscious.

Jung claimed to identify a large number of archetypes but paid special attention to four. Jung labeled these archetypes the Self, the Persona, the Shadow and the Anima/Animus.

In modern-day marketing, this “large number of archetypes” has been boiled down to twelve, and it was these twelve that Raffele referenced in her presentation.

Twelve archetypes. From https://www.kayeputnam.com/brandality-archetypes/. More about Kaye Putnam later.

Raffele encouraged all of us freelancers to listen to all twelve, and then to select multiple archetypes (not just one) that seemed to reflect our freelance brands. So I iterated a first cut at the archetypes that I believed applied to Bredemarket; my preliminary list included Sage, Creator, and Explorer.

Why Sage? That particular one resonated with me because of my experiences with my clients (educating on benefits vs. features, expanding the understanding of law enforcement agency stakeholders), and because of the way I’ve been marketing myself anyway. After all, when I self-reference as the biometric content marketing expert and the biometric proposal writing expert, then it’s obvious that I can add the sage to my clients’ parsley, rosemary, and thyme. (Sorry, couldn’t resist, even though I know it’s bad.)

But after guessing that Bredemarket is Sage with a pinch of Creator and Explorer, I realized that I might not know myself as well as I thought, so I asked if there were some type of online “archetypes test,” similar to the online Meyers-Briggs personality tests, that could help you semi-independently discern your archetypes.

Raffele responded by pointing us to Kaye Putnam and her online Brand Personality Quiz.

(One aside before moving on to Putnam’s test. A few of you realize that I did not come up with the section title “Jung and the restless” on my own. Yes, I stole it from a Steve Taylor song title (and he stole it from a soap opera). I used the title even though Taylor is frankly not that positive about secular psychology. But he did say “some of my best friends are shrinks.” Oh, and that’s obviously Gym Nicholson of Undercover fame on guitar.)

From https://www.youtube.com/watch?v=5JNOMb_IG8I.

My “Brand Personality Quiz” results, and Kaye Putnam’s recommendations

If you’ve taken an online Meyers-Briggs personality test, or any other similar online test, the process of the Brand Personality Quiz will seem familiar to you. Putnam’s quiz asks you a series of independent questions, some of which have as many as twelve options. It then tabulates your answers against attributes of the twelve brand archetypes, and produces a final result listing a primary brand archetype and some secondary archetypes.

Here are my results.

So if you take Putnam’s quiz as gospel, I was somewhat accurate in my initial self-assessment.

  • Note that “Sage” came first and “Explorer” came second in the quiz results, and those were two of the archetypes I initially tweeted about before taking the quiz.
  • Considering the personal writing style I use in my blog, tweets, and elsewhere, “Entertainer” wasn’t much of a surprise either.
  • Upon further personal reflection, “Royalty” makes sense also. (So bow before me, serfs.)

And after reading Putnam’s description of “Creator” and its emphasis on visual presentation (rather than textual presentation), I can see why this was NOT on the list.

I did not draw this myself. Originally created by Jleedev using Inkscape and GIMP. Redrawn as SVG by Ben Liblit using Inkscape. – Own work, Public Domain, https://commons.wikimedia.org/w/index.php?curid=1692938

Along with my results, Putnam provided a link that allowed me to download a brief description of my primary archetype, Sage. Now this brief description doesn’t include all of the detail found in Putnam’s 12 Brandfluency courses (one for each archetype), but it does include many actionable items.

The “Sage Inspiration Kit” provides useful tips for Sage businesspeople to include in their brand marketing. The kit asserts that if the tips are followed, the results will produce emotional responses in potential clients that will increase brand attractiveness, thus allowing businesspeople to win more business (and win better business).

Tips are provided on the following:

  • Color.
  • Typography.
  • Words.

Obviously that’s a lot of stuff to absorb, even in this brief kit. (The paid course offers tips in additional areas.) And even if I wanted to, I couldn’t change all the colors and fonts in my marketing overnight.

But I could look at Putnam’s word suggestions.

Ignoring the expert

Now Kaye Putnam’s word suggestions are freely available to anyone, but I’m not going to just copy all of them and reproduce them here. Request them yourself. (The link is for the Sage archetype)

But I’ll offer comments on a few of the 18 words and phrases in the kit.

From https://xkcd.com/386/. Attribution-NonCommercial 2.5 Generic (CC BY-NC 2.5).

First off, I’m NOT going to use “think tank” in Bredemarket’s marketing. Perhaps this phrase may resonate for a larger firm, or even for a smaller firm with a team of people addressing their clients’ needs. But it would take a lot of stretching to describer a solopreneur think tank.

Another term that DOESN’T make sense for Bredemarket is “engineering.” Now obviously engineering is a good thing, although I’ve seen cases where engineering is overemphasized. But it doesn’t really make sense for my business, in which I make a point of emphasizing my ability to communicate engineering concepts to non-engineers. The same issues apply with the phrase “the code.”

I won’t go into all of my concerns, but there are several “Sage words” in the list that I would never use for Bredemarket, or would use very sparingly.

And that’s…OK

Remember, of course, that Stuart Smalley is not a licensed practitioner. By http://www.tvacres.com/words_stuart.htm, Fair use, https://en.wikipedia.org/w/index.php?curid=31855280

When someone gives you advice, whether it’s Kaye Putnam or John Bredehoft, you have to judge whether the advice is good for YOU.

Even if you narrow a brand down to one archetype, there are innumerable differences between individuals who align with this archetype. One size does not fit all, and I personally may love the term “experiment” but hate the terms listed above.

Now perhaps I may be wrong in rejecting Putnam’s advice. Perhaps there’s a really, really good reason why I should sprinkle the phrase “think tank” through all of my marketing materials.

But in the end it’s up to the recipient to decide whether or not to follow the advice of the expert. That applies to people giving advice to me, and that also applies to the advice that I give to my clients. (If a client insists on using the phrase “best of breed,” I can’t stop the client from doing so.)

But several of those words and phrases DO seem like good ideas, and I’ll probably make a concerted effort to sprinkle the GOOD words and phrases throughout Bredemarket’s website, social media channels, proposals, and other marketing.

Even though this might require me to re-revise the content creation process that I just revised.

Oh well. It’s good to…experiment with things. After all, Bredemarket is in effect a laboratory in which I like to try solutions out myself before I try to make a case for them with my clients. It’s easier to speak to research-based proven solutions than ones with which I have no experience at all.

By Rembrandt – The Yorck Project (2002) 10.000 Meisterwerke der Malerei (DVD-ROM), distributed by DIRECTMEDIA Publishing GmbH. ISBN: 3936122202., Public Domain, https://commons.wikimedia.org/w/index.php?curid=157824

Did that paragraph sound sage-like? I got six of the words/phrases into that paragraph!

Oh, and if you’re looking for a Royally Entertaining and Exploring Sage…

Bredemarket offers clients deep experience in content marketing, proposals, and strategy. I can offer expert advice to biometrics firms, since (as noted above) I am a biometric content marketing expert and a biometric proposal writing expert. However, this expert advice can also be provided to other technology firms, and to general business.

You can read here about how my content creation process ensures that the final written content (a) advances your GOAL, (b) communicates your BENEFITS, and (c) speaks to your TARGET AUDIENCE.

If Bredemarket can fill a gap in your company’s needs (NOTE TO SELF: DO NOT MENTION PARSLEY. DO NOT MENTION PARSLEY. DO NOT MENTION PARSLEY.), then feel free to contact me and we can discuss your needs and possible solutions.

Revising Bredemarket’s content creation process

This post is a follow-up to a prior post. In that post, I looked at the different ways in which I described Bredemarket’s content creation process, compared that to other content creation processes, and decided what I would like to include in Bredemarket’s new content creation process.

Jean Miélot, a European author and scribe at work. By Jean Le Tavernier – [1], Public Domain, https://commons.wikimedia.org/w/index.php?curid=74516

But I didn’t actually publish my new content creation process in that post, because I wanted to think about it. Oh, and there was another reason. (Hint: 4.5X.)

Well, I’ve slept on it, thought about it, wrote it, and rewrote it.

So let’s see the (probably not) final result. It’s longer than I’d like, but at least it’s (hopefully) thorough. And yes, I left out “accelerate,” but I included just about everything else.

Now that I’ve posted it here, I’ll roll it out to the rest of the Bredemarket website.

Bredemarket’s content creation process as of August 4, 2021

Bredemarket’s content creation process ensures that the final written content (a) advances your GOAL, (b) communicates your BENEFITS, and (c) speaks to your TARGET AUDIENCE. It is both iterative and collaborative.

Here is the general content creation process (which may vary depending upon content complexity and your preferences):

  • You and Bredemarket agree upon the topic, goal, benefits, and target audience (and, if necessary, outline, section sub-goals, relevant examples, and relevant key words/hashtags, and interim and final due dates).
  • For complex content requiring input and approval of multiple subject matter experts, you and Bredemarket agree on a preliminary list of tasks, assigned persons, and due dates.
  • For content that must be incorporated into your content management system, you and Bredemarket agree on the necessary format and other parameters. Otherwise, the final copy will be provided in Microsoft Word docx format, including (as appropriate) callout indicators, hyperlinks, key words, and/or hashtags.
  • For projects requiring multiple related pieces of content, you and Bredemarket agree upon the desired frequency of content.
  • You provide relevant technical details (and, for selected longer content, access to the end customer for a 30 minute interview).
  • Bredemarket conducts any necessary research (or interviews).
  • Bredemarket iteratively provides the specified number of review copies of the draft content within the specified number of days per review. (The number of review cycles and review time must agree with any due dates.) The draft content advances your goal, communicates your benefits, and speaks to your target audience in your preferred tone of voice. Relevant examples and key words/hashtags are included.
  • You return comments on each review copy within the specified number of days. For longer content, you may provide the draft formatted copy for the final review.
  • After all reviews and comments, Bredemarket provides the final copy.

Accelerating robust content creation (re-examining Bredemarket’s content creation process)

As Bredemarket passes its one-year anniversary, I’m intentionally trying to re-evaluate what I do in order to improve my services to you.

When I say “you,” by the way, I’m speaking of clients or potential clients of Bredemarket. If you’re not interested in Bredemarket’s services, but are instead reading this hoping for a discussion of fingerprint third-level detail, this is NOT the post for you.

Back to my re-evaluation of my services. One thing that I’m doing is re-examining Bredemarket’s content creation process.

Jean Miélot, a European author and scribe at work. By Jean Le Tavernier – [1], Public Domain, https://commons.wikimedia.org/w/index.php?curid=74516

What is my current content creation process?

How do others create robust content?

What can I learn from them, and from you, to improve my own content creation process?

Bredemarket’s current content creation process

I’ve stated my content creation process in several separate areas of my website. One of my, um, goals is to make sure that my content creation process is consistently stated throughout the site.

First, let’s look at my elevator pitch, taken from my page “The benefits of benefits for identity firms.”

I work with you. Bredemarket uses an iterative, collaborative process with multiple reviews to make sure that your needs are expressed in what I write, and that the writing reflects your firm’s tone of voice. The final product needs to make me happy, it needs to make you happy, and it needs to make your potential client(s) happy.

That page was created just a few months ago, but it’s a rewrite of the specific processes that I created almost a year ago. While these vary from offering to offering (and from client to client), here’s how I stated my “iterative, collaborative process” in my description of the Bredemarket 2800 Medium Writing Service.

  • Agree upon topic (and, if necessary, outline) with client.
  • Client provides relevant technical details.
  • Bredemarket conducts any necessary research and provides the first review copy within seven (7) calendar days.
  • Client provides changes and any additional requested detail within seven (7) calendar days.
  • Bredemarket provides the second review copy within seven (7) calendar days.
  • Client provides changes and any requested detail within seven (7) calendar days.
  • Bredemarket provides the third review copy within seven (7) calendar days.
  • Client prepares the final formatted copy and provides any post-formatting comments within seven (7) calendar days.
  • Bredemarket provides the final version within seven (7) calendar days.

In addition to the words “iterative” and “collaborative,” I think that the two other words that are implicitly associated with my content creation process are “benefits” and “goals.”

Actually, I’m pretty explicit on benefits, as the previously-cited page and other writings indicate.

I haven’t been so explicit on goals (other than my own goals for Bredemarket), but that has become more important to me as Bredemarket has acquired experience.

  • While goals have been implicit with some of my clients—we all assume that the content that I have created will win more business in some generic way—my work with other clients has required me to be more explicit about the goals the content must achieve.
  • These goals not only affect the final call to action, but also affect the entire content creation and placement process.
  • For example, if the goal of a piece of content is to move an end customer to request a proposal from my client, where does that content have to be placed to elicit that request? In my line of work, it’s not Instagram.

So I concluded that I probably need to iterate my descriptions of my process to ensure that all aspects of the Bredemarket website, as well as all external communications, provide a concise and unified description of the benefits of how I work with you.

But before I did that rewrite, I wanted to see how others described a content creation process, to see what I could steal…I mean appropriate from those other descriptions.

The content creation processes of others

Obviously, I’m not the only entity that has communicated a process for content creation. Here are some others.

So if I add 4 plus 6 plus 6 plus 17, the resulting 33 step content creation process will be perfect, right?

Actually, I scanned these disparate processes to see what I’m missing in my iterative, collaborative, benefit-oriented, goal-oriented current process. These things came to mind.

Sub-goals. GatherContent makes a point of talking about multiple goals, one for “each piece of your content” or each topic addressed by your content. While this may be overkill for a tweet, it makes sense for longer content, such as a multi-section blog post.

Audience. This is an implicit thing that should be addressed explicitly, as ClearVoice and HubSpot suggest. There are a number of stakeholders who may potentially see your content, and you need to figure out which stakeholder(s) are the intended audiences for your content and plan accordingly. For example, this very post uses the word “you” to refer to an existing or potential client of Bredemarket, and I have had to shape this content to ensure that this is clear, and to warn other potential readers in advance that this post might not interest them.

When I say “you,” by the way, I’m speaking of clients or potential clients of Bredemarket. If you’re not interested in Bredemarket’s services, but are instead reading this hoping for a discussion of fingerprint third-level detail, this is not the post for you

Voice. HubSpot also suggests that the voice used in content creation is important. I happen to use a specific voice when I write these blog posts for Bredemarket, but you better believe I use a different voice when rewriting a chapter for a scientific book.

Frequency. If creating a series of content pieces, it’s wise to settle upon the frequency with which these pieces will appear. ClearVoice cites a HubSpot study in this regard.

HubSpot study of blogging data accumulated from 13,500+ of their customers found, “companies that published 16+ blog posts per month got about 4.5X more leads than companies that published between 0 – 4 monthly posts.”

Now this is only one study, and it may not apply to content other than blog posts; do your customers really want to get 16+ emails per month from you?

Frequency of course affects multiple aspects of the content creation process, including the review cycle. If you are only able to review my draft content once every two weeks, then perhaps a daily content release cycle isn’t good for you.

(One more thing. Bear in mind that I as a consultant have a financial interest in creating content as frequently as possible, since this increases the consulting rate. So if I propose something outrageous that exceeds your budget without providing tangible benefits, feel free to push back.)

Search Needs. Steps 5 and 6 in Orbit Media’s 17 step process, as well as HubSpot’s process, ask if people will search for the content in question. If so, it’s important to make sure that people will find it. The…um, goal is to “plan to make it the best page on the web for the topic.” (If people won’t search for it, then content distribution via the regular social media outlets is satisfactory.)

Tasks. GatherContent puts great emphasis on the tasks needed to produce the final content. This is NOT relevant for some of the content that I create with you, but it was EXTREMELY relevant when I managed the RFI response for a client a couple of months ago. Even though the response had a 20-page limit, a lot of information was packed into those 20 pages, and I had to work with a lot of subject matter experts to pull everything together and get it approved.

Examples. Orbit Media Studios discusses a number of items that are outside of the scope of textual content creation, and thus outside of my (current) scope (although I have suggested visual content that can be created by more talented people). One thing that does fall within my scope is to support the content with examples. Of course, a case study is just one big example, but in other cases some examples may be beneficial.

Promotional Considerations. No, I’m not talking about the game show language in which Montgomery Ward provides money and/or goods to a game show in exchange for a mention at the end of the show. Here, Orbit Media Studios is talking about how the content will be promoted once it is created. I address these questions all the time in my own self-promotion. If I’m re-sharing a link to content on social media, what excerpt should I include, and what hashtags should I use?

Due Dates. GatherContent also talks about due dates and how they affect the content creation process. Some of my clients don’t have due dates at all. Some have very vague due dates (“we’d like to go live with the content next month”). Other dates are very explicit; when you’re dealing with RFP and RFI responses, the end customer has a specific due date and time.

Content Inventory. GatherContent also talks about this. My content is often not stand-alone. It needs to integrate with other client content. The client’s content inventory needs not only affect the delivery of the final content, but may affect the format of the content itself. For example, if something is only going to be available in hardcopy, I can do away with the hyperlinks.

In addition to the information that I appropriated from these sources, perhaps it’s worthwhile to fit the whole thing into a needs / solution / results framework. Although in this case, the “results” would be “expected results.”

Oh, and there’s one more word that I’d like to work in there somewhere. Did you see that the title of this post started with the word “accelerating”? I, um, appropriate that from a source that I cannot discuss publicly, but it may make sense here also. If not for accelerating the content creation, at least for accelerating the expected results.

Bredemarket’s new and improved content creation process is…

Wow, that’s a lot of stuff.

Some of it is too detailed to include in a succinct statement of Bredemarket’s content creation process, and some of it should be included, even if I only include a single word.

So after that review, I can announce that Bredemarket’s new content creation process is…

TO BE DETERMINED.

I still need to think through this, write up a new succinct version, iterate it, and share the new version in a future post.

After all, a higher frequency of blog posts DOES lead to a greater number of leads. See “Frequency,” above.

Stay tuned.

(Bredemarket Premium) Watch a new security market evolve

Markets come and go.

When I first joined the biometrics industry in the 1990s, biometric benefits (welfare) applications were hot in the United States as states and localities deployed biometric verification solutions for benefits recipients.

However, the landscape changed over the years, and most of those biometric systems have since been shut down.

Of course, new markets also appear.

Nokia 3310 3G (20180116). By Santeri Viinamäki, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=65577308

If someone had told me in 1994 that we would use biometrics to “unlock” our phones, I would have had no idea what the person was talking about. Why would we need to unlock our phone, anyway? Sure, if a thief grabbed my cell phone, the thief could make a long distance call to another state. But it’s not like the thief could access my bank account via an unlocked cell phone, right?

And there are other markets.

Subscribe to get access

Subscribe to Bredemarket Premium to access this premium content.

  • Subscriptions just $5 per month.
  • Access Bredemarket’s expertise without spending hundreds or thousands of dollars.

Winding down the 28th parallel experiment

Wrapping up a few loose ends about the whole 28th parallel thingie (where I posted/shared multiple content items in a short period to see what would happen).

I just completed a podcast episode about it. (TL;DR: no huge effect.)

Yesterday, I made an observation about traffic vs. engagement on my business Twitter account.

Also yesterday, I posted an obscure trivia question on my personal Twitter account. (It didn’t really get traffic OR engagement.)

Conclusion? In the short term it didn’t help, but it didn’t harm either. And I may exercise the flexibility to increase my content sharing when warranted.

Tenerife. By NASA Earth Observatory image by Jesse Allen, using Landsat data from the U.S. Geological Survey. Caption by Kathryn Hansen. – https://earthobservatory.nasa.gov/images/88659/tenerife-canary-islands, Public Domain, https://commons.wikimedia.org/w/index.php?curid=101333395

That was fun.

Well, my experiment is now complete.

If you missed the explanation of what I just did, I had a backlog of identity-related draft blog posts, and I decided to post all of them at once.

Specifically, I just posted:

And all four of those posts were also shared to my Twitter account, the Bredemarket Identity Firm Services showcase page on LinkedIn, and the Bredemarket Identity Firm Services group on Facebook.

Will my 140+ blog subscribers, 250+ Twitter followers, 120+ showcase page followers, and 9 group followers (yeah, Facebook lags the other platforms) be overwhelmed by this blast of content? Or will they like it? Or will they even notice?

Because of the way social media feeds work, it is questionable that many of the followers will even notice. Social media feeds are presented to readers in order of importance, and Bredemarket isn’t the most important thing to ANY of these followers. (Except for me. Maybe.)

The 28th parallel

Black wildebeest. By derekkeats – Flickr: IMG_4955_facebook, CC BY-SA 2.0, https://commons.wikimedia.org/w/index.php?curid=14620744

My Bredemarket activities allow me to eat my own wildebeest food, trying out activities that I can potentially duplicate for my clients.

One of these activities is a content calendar, in which I strive to balance my own content between the various foci of Bredemarket. This ensures that I don’t neglect talking about certain things that I do.

One problem that I DON’T have is generating enough content about identity topics. In fact, over the last few days I’ve built up several posts that discuss identity. Under normal circumstances, it would take a couple of weeks to post all of them.

I’m not going to do that.

I’m going to post several of them this afternoon. Especially since a couple of them are interrelated, and it’s easier to interrelate things when you post them at about the same time.

Be prepared for the identity posts that will appear on the Bredemarket blog, and in the relevant (i.e. identity-related) social media channels.

Will this abundance of content result in MORE engagement, or LESS? (Not that I’m planning to create 100 posts over the next couple of hours, but perhaps some may be overwhelmed.)

In case you’re interested in the entire slew of content, I’m going to tag all of this afternoon’s posts with the tag 28thparallel.

And if you have to ask whether I’m referring to the 28th parallel north or the 28th parallel south, the answer is…north.

Stay tuned.

I just re-rejoined the Association of Proposal Management Professionals. So what?

Remember my Tuesday post about the controversy regarding the possible name change of the Association of Proposal Management Professionals to the Association of Winning Business Professionals? And how the upcoming Denver conference of the organization (whatever its name is by October) might be…interesting?

By Billy Hathorn – Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=11357434

Anyway, it turns out that I will have an inside view of all the brouhaha.

Why?

Because I have rejoined (actually RE-rejoined) the Association of Proposal Management Professionals. (Or at least that’s what the organization is called right now. The name may change, of course.)

Why does my renewed membership in the Association of Proposal Management Professionals matter to Bredemarket clients? And how can it benefit those who DON’T use Bredemarket for proposal services?

I’ll tell you why/how in this post.

So I re-rejoined the APMP

As I previously noted, this will be my third term as a member of the APMP (or, membership Version 3.0).

Covers from early APMP conference booklets, including the cover for the conference that I attended in San Diego in 1999. From https://www.apmp.org/page/ConferenceArchive
  • I initially joined the APMP while I was a proposal writer at Printrak, but I let my membership lapse when I became a product manager. I couldn’t justify having my employer pay for a proposal organization membership when I was a product manager who only occasionally contributed to proposals. (Although some of those proposals, such as West Virginia’s first state AFIS, were critical to the company.)
  • I subsequently rejoined the APMP when the initial MorphoTrak corporate reorganization resulted in my move from product management to proposal management. After joining in 2012, I (again) let my membership lapse in 2015 after I became a strategic marketing manager, because (again) I couldn’t justify having my employer pay for a proposal organization membership when I was a marketing manager who only occasionally contributed to proposals. (Although some of those proposals, such as Michigan’s first cloud AFIS, were critical to the company.)

Obviously, back in those days corporate reimbursement for professional memberships depended upon the policies of the corporation in question. Well, now I’m not an employee of a large corporation, so I don’t have to justify my memberships to a corporate supervisor or accountant. Instead, as a sole proprietor I have to justify my memberships to myself (and the Internal Revenue Service, and the California Franchise Tax Board).

And since much of Bredemarket’s consulting revolves around proposal services, it makes sense for me to re-rejoin the APMP.

But it turned out that I couldn’t just send money to the APMP and be done with it. As an ex-member, there was an additional step involved.

If you are a former member but cannot access your account, PLEASE: Do not register as a new member….If you cannot access your past email address, contact our Member Services team (or call +1 866/466-2767, then dial 0). Within one business day (or sooner), you will receive a link with which you can pay for a new membership using your existing account.

So I contacted APMP’s Member Services team, who associated my lapsed membership with my NEW email address.

And I paid my dues, time after time, I’ve done my sentence but committed no crime…whoops, I seem to have digressed from the discussion of my new APMP membership. But in my defense, I’m not the first to associate the old Queen song with the APMP.

Anyway, I’m now an APMP member…again.

Just call me 3143. (Want to fire up a copy of Microsoft Word 97 while you do that?)

The one big difference between APMP Membership Version 3.0 and Versions 1.0 and 2.0 is that these days I am not EXCLUSIVELY dedicated to proposals. After all, I am not only the (self-styled) biometric proposal writing expert, but also the biometric content marketing expert. (With similar expertise in marketing and writing for technology firms and general business firms.)

In fact, I guess you could say that I am a general expert in…winning business.

So what?

Since I spend so much of my time talking about benefits, I’m sure that some Bredemarket clients are asking about the benefits to THEM of my APMP/AWBP/whatever membership. Yes, this internal dialogue is taking place with some of you right now.

ME: “I am a member of the Association of Proposal Management Professionals again!”

YOU: “So what?”

Yours truly in a small group (I’m on the right) at the 2014 APMP Bid & Proposal Con in Chicago. Photo source: the gallery at https://www.apmp.org/events/event_photos.asp?eid=379324&id=130518 Fair use.

To answer this, I’ll state that my APMP membership will benefit my clients because I can provide them with superior services—superior proposal services, AND superior non-proposal services—that will help my clients to, um, win business. (As you’ve probably already noticed, I’ve found myself using those words a lot over the last few weeks.) My renewed affiliation with APMP will reintroduce me to beneficial outside education, general knowledge, and contacts.

  • For my Bredemarket clients who depend upon me for proposal support, the benefits are obvious. The things that I learn (and relearn) from APMP will help me provide better contributions to my clients’ proposals, hopefully helping the clients secure more proposal awards and business.
  • But there are benefits for my Bredemarket clients who DON’T depend upon me for proposal support, but instead depend upon me for content marketing or other marketing and writing services. The same strategies and tactics that contribute to a more effective proposal can be extrapolated to apply to other areas, thus contributing to better white papers, better case studies, better blog posts, better social media posts, better marketing plans, etc., etc., etc. Again, this can help my clients win business.

We’ll have to see exactly HOW my APMP membership directly benefits my Bredemarket clients.

Stay tuned.

How can small and smaller businesses market themselves?

While Bredemarket sends its solicitations to a (targeted) group of businesses, Bredemarket itself receives solicitations from other businesses. However, sometimes it seems that the solicitations that I receive aren’t targeted that well.

(Of course, perhaps some of the recipients of my solicitations would claim that my targeting attempts are also deficient, so I should watch out about casting stones.)

If you ignore the completely off-the-wall solicitations that I receive, some of the more serious solicitations just do not match Bredemarket’s needs.

For example, I’ve received at least one pitch from a company that offers to provide all of the human resources services that Bredemarket needs for a low monthly fee.

By Alan Cleaver from Whitehaven, United Kingdom – Interview, CC BY 2.0, https://commons.wikimedia.org/w/index.php?curid=57309901

A fine service to be sure…but since Bredemarket is a sole proprietorship that doesn’t engage other people as either employees or subcontractors, a human resources service would be overkill.

The United States Small Business Administration (SBA) defines a “small business” as a company with fewer than 1,500 employees and an average of $38.5 million in average annual receipts. My one-person company certainly has fewer than 1,500 employees, and I’m probably not revealing any confidential information when I say that Bredemarket’s average annual receipts are less than $38.5 million.

So I guess Bredemarket is a “very” small business.

But there are even smaller businesses.

Nano-small businesses of the past

Just to put things into perspective, Bredemarket has a city business license, has filed a fictitious business name statement with San Bernardino County, has a published address at which it receives mail, has received an Employer Identification Number from the Internal Revenue Service (IRS), and files quarterly estimated taxes with both the IRS and California’s Franchise Tax Board.

Years ago, I operated a much smaller business that didn’t have any of those things.

Specifically, I was a paperboy.

Several decades before my time, but you get the drift. By Ruddy, Marjorie Georgina (1908-1980) – Whitby Public Library, Reference No. ruddymg_050_002, Public Domain, https://commons.wikimedia.org/w/index.php?curid=4548723

Way back in the Dark Ages (before the Kardashian/Jenner women became famous independent of O.J. Simpson), newspapers were delivered by people under the age of 18. These days, the few physical newspaper deliveries that I see are performed by adults driving cars and throwing papers out the window. Former papergirl Molly Snyder explains the shift:

The shift in carriers’ age was due partly to the disappearance of evening newspapers that provided student-friendly delivery times. The accessibility of internet news, growing concerns for the safety of un-escorted kids, and new distribution procedures also affected the change.

“To remain profitable, we phased out the ‘neighborhood shacks’ and home drop offs and migrated to larger distribution centers dealing solely with adult distributors,” said Ronald Zinda, distribution supervisor for the Milwaukee Journal Sentinel of 45 years.

Nano-small businesses of the present

Even with the disappearance of paperpeople, there are a number of jobs today that fly under the radar of the Internal Revenue Service, city business license departments, and other government regulatory bodies. Here are a few examples; while some of these types of business may actually comply with government reporting requirements, many of them don’t.

By Nalbarian – Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=95136303
  • The person on the street corner selling fruit treats.
  • The person on the street corner selling flowers.
  • The teenager who comes up to your door selling candy for a school club, a sports team, or as part of a supposed program to keep kids out of trouble by having them walk around neighborhoods and sell stuff after dark.
  • The person who sells homemade crafts.

Bredemarket can’t really serve these nano-small businesses. When your products (fruit treats, flowers, or whatever) only cost a few dollars, you’re not going to pay Bredemarket hundreds of dollars to create content for your website or social media outlet. In fact, you probably don’t even HAVE a website or a social media outlet.

Which businesses NEED Bredemarket’s services?

Let’s move up a step and look at small businesses that have an established online identity, do their best to comply with business requirements, and meet the IRS definition of a (non-hobby) ongoing concern.

Now any of those businesses COULD use Bredemarket’s services…but many of them don’t NEED Bredemarket. A number of small businesses are doing just fine in meeting their business goals, and are perfectly capable of taking care of the written communications necessary to keep the business profitable.

But what about the businesses that have particular goals that they can’t meet? Specifically, what about businesses that need targeted, regular online content to make customers aware of the business, but the business owners don’t have the time (or the inclination) to create the necessary online content?

By Unknown author – postcard, Public Domain, https://commons.wikimedia.org/w/index.php?curid=7691878

If you own a business and need a consultant to help you create online content for your website, your Facebook or LinkedIn page, or for another communication method (even paper), Bredemarket can help. My “What I Do” page lists the types of written content that I can create for your business, including both short length (400-600 word) and medium length (2800-3200 word) content. (No, I don’t author individual tweets, but I guess I could author a thread if you like.)

If you’re interested in using my marketing and writing services, talk to me. I can collaborate with you to ensure that your business goals are met and your business messages are disseminated.